/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
TargetDrawable.java | 138 d.setBounds(0, 0, maxWidth, maxHeight); 145 childDrawable.setBounds(0, 0, maxWidth, maxHeight); 148 mDrawable.setBounds(0, 0,
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
TargetDrawable.java | 138 d.setBounds(0, 0, maxWidth, maxHeight); 145 childDrawable.setBounds(0, 0, maxWidth, maxHeight); 148 mDrawable.setBounds(0, 0,
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
TimelineHorizontalScrollView.java | 257 mNormalPlayheadDrawable.setBounds( 268 mMoveOkPlayheadDrawable.setBounds( 279 mMoveNotOkPlayheadDrawable.setBounds(
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 119 mResizeDrawableDiagonal.setBounds(x, y, 143 mResizeDrawableWidth.setBounds(left - widthWidth, 149 mResizeDrawableWidth.setBounds(right - widthWidth, 155 mResizeDrawableHeight.setBounds(xMiddle - heightWidth, 161 mResizeDrawableHeight.setBounds(xMiddle - heightWidth,
|
/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/chromium_org/third_party/skia/include/core/ |
SkPathRef.h | 105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } 303 void setBounds(const SkRect& rect) {
|
/external/skia/include/core/ |
SkPathRef.h | 105 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); } 303 void setBounds(const SkRect& rect) {
|
/frameworks/base/services/java/com/android/server/wm/ |
TaskStack.java | 262 void setBounds(Rect bounds, boolean underStatusBar) { 263 mDimLayer.setBounds(bounds); 264 mAnimationBackgroundSurface.setBounds(bounds); 275 "setBounds: Resizing " + win);
|
/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/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 91 mNinePatchDrawable.setBounds(0, 0, 9, 9); 102 mNinePatchDrawable.setBounds(0, 0, 3, 3); 256 mNinePatchDrawable.setBounds(0, 0, 7, 7); 265 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);
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 41 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) { 101 layer_->SetBounds(original_bounds_); 107 layer_->SetBounds(fixed_bounds_);
|
/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);
|
/packages/apps/Calendar/src/com/android/calendar/ |
MultiStateButton.java | 188 mButtonDrawable.setBounds(x, y, x + width, y + height);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeIconsView.java | 108 drawable.setBounds(left, 0, right, drawable.getIntrinsicHeight());
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewIcon.java | 76 icon.setBounds(0, 0, grid.allAppsIconSizePx, grid.allAppsIconSizePx);
|
/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/ |
PriorityIndicatorSpan.java | 67 d.setBounds(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight());
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpContour.h | 121 setBounds(); 248 void setBounds();
|
/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) {
|