/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DrawableTest.java | 58 drawable.setBounds(1, 2, 3, 4); 70 drawable.setBounds(1, 2, 3, 4);
|
/external/skia/src/pathops/ |
SkOpContour.h | 121 setBounds(); 248 void setBounds();
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 180 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight()); 288 mIcon.setBounds(mPositionIconOutput);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
RenderingRequest.java | 84 request.setBounds(bounds); 170 public void setBounds(Rect bounds) {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 158 icon.setBounds(left, top, left+width, top+height); 160 icon.setBounds(sOldBounds);
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 226 mHlDrawable.setBounds(mPaddingLeft, mPaddingTop, getWidth() 235 mCursor.setBounds((int) x, mPaddingTop, (int) x
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTest.java | 85 mockDrawable.setBounds(10, 10, 100, 100); 98 mockDrawable.setBounds(new Rect(50, 50, 500, 500)); 325 mockDrawable.setBounds(0, 0, 100, 100); 332 mockDrawable.setBounds(new Rect(10, 10, 150, 150)); 340 mockDrawable.setBounds(null);
|
ScaleDrawableTest.java | 315 mockDrawable.setBounds(bounds); 330 mockDrawable.setBounds(bounds); 346 mockDrawable.setBounds(bounds); 357 mockDrawable.setBounds(bounds);
|
/development/samples/Home/src/com/example/android/home/ |
Home.java | 656 // the call to setBounds() that follows would 660 icon.setBounds(0, 0, width, height); 662 icon.setBounds(mOldBounds); 732 * by calling Drawable.setBounds(). In this application, the View that draws the 748 public void setBounds(int left, int top, int right, int bottom) { 749 super.setBounds(left, top, right, bottom); 752 mWallpaper.setBounds(left, top, left + mWallpaper.getIntrinsicWidth(),
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 266 d.setBounds(0, gapForCenteringTrack, 273 d.setBounds(0, 0, w - mPaddingRight - mPaddingLeft, h - mPaddingBottom 309 thumb.setBounds(left, topBound, left + thumbWidth, bottomBound);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 60 * <li> The {@link #setBounds} method <var>must</var> be called to tell the 131 * Draw in its bounds (set via setBounds) respecting optional effects such 142 public void setBounds(int left, int top, int right, int bottom) { 164 public void setBounds(Rect bounds) { 165 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ShortcutIntentBuilder.java | 348 photo.setBounds(dst); 357 overlay.setBounds(dst); 386 photo.setBounds(dst);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Utilities.java | 88 icon.setBounds(0, 0, sIconTextureWidth, sIconTextureHeight); 187 icon.setBounds(left, top, left+width, top+height); 189 icon.setBounds(sOldBounds);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 307 background.setBounds(INSET, startHeight, width - INSET, 350 background.setBounds(INSET, startHeight, width - INSET, height - INSET); 428 background.setBounds(startX + INSET, startHeight, startX + width - INSET,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 101 mDrawable.setBounds(150, 20, 300, 100);
|
ShapeDrawable1.java | 129 dr.setBounds(x, y, x + width, y + height);
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDebugCanvas.h | 131 void setBounds(int width, int height) {
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.h | 71 virtual void setBounds(const blink::WebSize& bounds);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CComboBox.java | 307 m_button.setBounds( 327 m_text.setBounds( 580 table.setBounds(tableBounds); 601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.h | 131 void setBounds(int width, int height) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 56 mDrawable.setBounds(0, 0, mDrawable.getIntrinsicWidth(), mDrawable.getIntrinsicHeight());
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardGlowStripView.java | 85 mDotDrawable.setBounds(0, 0, mDotSize, mDotSize);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationPanelView.java | 90 mHandleBar.setBounds(pl, 0, getWidth() - pr, (int) mHandleBarHeight);
|
SettingsPanelView.java | 137 mHandleBar.setBounds(pl, 0, getWidth() - pr, (int) mHandleBarHeight);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
RecentApplicationsBackground.java | 116 background.setBounds(left, top, right, bottom);
|