[go: nahoru, domu]

Searched refs:setBounds (Results 1 - 25 of 158) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppIconDragShadowBuilder.java53 mDrawable.setBounds(0, 0, mIconSize, mIconSize);
55 mDrawable.setBounds(oldBounds);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSimplePatchActivity.java49 mDrawable.setBounds(3, 0, 33, 64);
51 mDrawable.setBounds(63, 0, 94, 64);
H A DMoreNinePatchesActivity.java63 mDrawable1.setBounds(0, 0, 33, 120);
68 mDrawable2.setBounds(0, 0, 33, 120);
73 mDrawable3.setBounds(0, 0, 33, 120);
H A DThinPatchesActivity.java84 mPatch3.setBounds(left, top, left + height, top + width);
89 mPatch1.setBounds(left, top, left + width, top + height);
95 mPatch2.setBounds(left, top, left + width, top + height);
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java85 mBackgroundFallback.setBounds(0, 0, width, top);
89 mBackgroundFallback.setBounds(0, top, left, height);
93 mBackgroundFallback.setBounds(right, top, width, height);
97 mBackgroundFallback.setBounds(left, bottom, right, height);
H A DActionBarContainer.java96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
132 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
333 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
339 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
343 mBackground.setBounds(mActionContextView.getLeft(), mActionContextView.getTop(),
346 mBackground.setBounds(0, 0, 0, 0);
352 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DGlifPatternDrawableTest.java37 drawable.setBounds(0, 0, 1366, 768);
55 drawable.setBounds(0, 0, 1366, 768);
76 drawable.setBounds(0, 0, 683, 384); // half each side of the view box
90 drawable.setBounds(0, 0, 683, 768); // half the width only
105 drawable.setBounds(0, 0, 1366, 384); // half the height only
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DBoundsCheckTest.java50 mBitmap1.setBounds(100, 100, 400, 400);
53 mVector1.setBounds(100, 100, 400, 400);
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java93 mInsetForeground.setBounds(mTempRect);
98 mInsetForeground.setBounds(mTempRect);
103 mInsetForeground.setBounds(mTempRect);
108 mInsetForeground.setBounds(mTempRect);
/frameworks/base/core/java/com/android/internal/util/
H A DUserIcons.java55 icon.setBounds(0, 0, width, height);
75 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
H A DImageUtils.java154 drawable.setBounds(0, 0, scaledWidth, scaledHeight);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContainer.java95 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
113 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
131 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
298 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
304 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
308 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
311 mBackground.setBounds(0, 0, 0, 0);
317 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java69 mDrawable.setBounds(0, 0, width > 0 ? width : 0, height > 0 ? height : 0);
141 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(),
150 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(),
H A DDrawableMarginSpan.java53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java343 drawable.setBounds(0, 0, left + width, top + mLastCaptionHeight);
349 mResizingBackgroundDrawable.setBounds(0, mLastCaptionHeight, left + width, top + height);
375 mStatusBarColor.setBounds(0, 0, left + width, topInset);
385 mNavigationBarColor.setBounds(width - size, 0, width, height);
387 mNavigationBarColor.setBounds(0, height - size, width, height);
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java137 drawableStart.setBounds(0, 0, 20, 20);
139 drawableTop.setBounds(0, 0, 30, 25);
141 drawableEnd.setBounds(0, 0, 25, 20);
176 drawableStart.setBounds(0, 0, 20, 20);
178 drawableTop.setBounds(0, 0, 30, 25);
180 drawableEnd.setBounds(0, 0, 25, 20);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java84 mInner.setBounds(0, 0, 0, 0);
88 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DOverlayListView.java121 mBitmap.setBounds(mCurrentBounds);
244 mBitmap.setBounds(mCurrentBounds);
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java206 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
216 hourHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
228 minuteHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
H A DScrollBarDrawable.java196 track.setBounds(bounds);
208 thumb.setBounds(bounds.left, bounds.top + offset,
218 thumb.setBounds(bounds.left + offset, bounds.top,
/frameworks/base/services/core/java/com/android/server/policy/
H A DIconUtilities.java97 result.setBounds(0, 0, mIconTextureWidth, mIconTextureHeight);
163 icon.setBounds(left, top, left+width, top+height);
165 icon.setBounds(mOldBounds);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DIconTest.java70 draw1.setBounds(0, 0, draw1.getIntrinsicWidth(), draw1.getIntrinsicHeight());
73 draw2.setBounds(0, 0, draw2.getIntrinsicWidth(), draw2.getIntrinsicHeight());
76 draw3.setBounds(0, 0, draw3.getIntrinsicWidth(), draw3.getIntrinsicHeight());
119 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
146 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
179 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
252 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java49 // Return value from {@link setBounds} indicating no change was made to the Task bounds.
51 // Return value from {@link setBounds} indicating the position of the Task bounds changed.
53 // Return value from {@link setBounds} indicating the size of the Task bounds changed.
81 // stack specific operations. E.g. {@link #setBounds}.
104 setBounds(bounds, config);
210 private int setBounds(Rect bounds, Configuration config) { method in class:Task
304 int boundsChanged = setBounds(bounds, configuration);
407 // Normal setBounds() does not allow non-null bounds for fullscreen apps.
577 setBounds(null, Configuration.EMPTY);
593 setBounds(mTmpRect
[all...]
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java307 // the call to setBounds() that follows would
313 icon.setBounds(x, y, x + width, y + height);
315 icon.setBounds(mOldBounds);
326 icon.setBounds(x, y, x + iconWidth, y + iconHeight);
328 icon.setBounds(mOldBounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);

Completed in 4575 milliseconds

1234567