HomeSort by relevance Sort by last modified time
    Searched refs:setBounds (Results 76 - 100 of 366) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 143 background.setBounds(mDrawRect);
153 background.setBounds(mDrawRect);
307 info.icon.setBounds(0, 0, mIconSize, mIconSize);
  /external/skia/include/core/
SkPathRef.h 105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); }
303 void setBounds(const SkRect& rect) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 225 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
257 mHandTouchGraphic.setBounds(cx + offset, cy + offset,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodIconSamplerActivity.java 105 icon.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 90 mNinePatchDrawable.setBounds(0, 0, 9, 9);
101 mNinePatchDrawable.setBounds(0, 0, 3, 3);
286 mNinePatchDrawable.setBounds(0, 0, 7, 7);
295 mNinePatchDrawable.setBounds(1, 1, 7, 7);
PictureDrawableTest.java 43 pictureDrawable.setBounds(0, 0, 100, 200);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 62 mDrawable.setBounds(mRect);
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 102 tile.setBounds(0, 0, mTileSize, mTileSize);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java 56 d.setBounds(0, 0, iconSize, iconSize);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 53 mJoystickBackground.setBounds(0, 0, w, h);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 307 // 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/core/java/com/android/internal/util/
ImageUtils.java 154 drawable.setBounds(0, 0, scaledWidth, scaledHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java 48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 87 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
  /frameworks/base/services/core/java/com/android/server/wm/
EmulatorDisplayOverlay.java 97 mOverlay.setBounds(0, 0, size, size);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 125 mPlaceholder.setBounds(getBounds());
133 mProgress.setBounds(getBounds());
322 if (mPlaceholder != null) mPlaceholder.setBounds(bounds);
323 if (mProgress != null) mProgress.setBounds(bounds);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowContainerView.java 106 mForeground.setBounds(0, 0, getWidth(), getHeight());
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 188 mButtonDrawable.setBounds(x, y, x + width, y + height);
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 394 // the call to setBounds() that follows would
400 icon.setBounds(x, y, x + width, y + height);
402 icon.setBounds(mOldBounds);
415 icon.setBounds(x, y, x + iconWidth, y + iconHeight);
417 icon.setBounds(mOldBounds);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SpamWarningView.java 61 alertIcon.setBounds(0, 0, alertIcon.getIntrinsicWidth(), alertIcon.getIntrinsicHeight());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 214 public final void setBounds(Rectangle bounds) {
215 m_textControl.setBounds(bounds);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDrawable.java 80 public void setBounds(Rect rect) {
85 public void setBounds(int left, int top, int right, int bottom) {
  /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);
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 136 drawable.setBounds(0, 0, bitmapWidth, bitmapHeight);
138 drawable.setBounds(left, top, right, bottom);
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 110 M.setBounds(0, 0, c.getWidth(), c.getHeight());
206 fg.setBounds(0, 0, im.getWidth(), im.getHeight());

Completed in 782 milliseconds

1 2 34 5 6 7 8 91011>>