/frameworks/base/services/java/com/android/server/wm/ |
FocusedStackFrame.java | 134 public void setBounds(Rect bounds) { 135 if (false && DEBUG_STACK) Slog.i(TAG, "setBounds: bounds=" + bounds);
|
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/ |
TransformTestActivity.java | 57 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicWidth());
|
/packages/apps/Browser/src/com/android/browser/ |
WallpaperHandler.java | 163 oldWallpaper.setBounds(0, 0, width, height);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
ThirdPartyWallpaperPickerListAdapter.java | 135 icon.setBounds(new Rect(0, 0, mIconSize, mIconSize));
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
FaceView.java | 138 mFaceIndicator.setBounds(Math.round(mRect.left), Math.round(mRect.top),
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ButteryProgressBar.java | 109 mShadow.setBounds(0, mSolidBarHeight, w, getHeight() - mSolidBarHeight);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaItemView.java | 257 mFrame.setBounds(0, 0, getShadowWidth(), getShadowHeight()); 480 sEmptyFrameDrawable.setBounds( 502 sAddTransitionDrawable.setBounds(getPaddingLeft(), getPaddingTop(), 510 sAddTransitionDrawable.setBounds(
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardIconsSet.java | 122 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
|
/frameworks/base/core/java/android/widget/ |
TabWidget.java | 346 leftStrip.setBounds(Math.min(0, bounds.left - leftStrip.getIntrinsicWidth()), 348 rightStrip.setBounds(bounds.right, myHeight - rightStrip.getIntrinsicHeight(),
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnalogClock.java | 202 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2)); 228 hand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
MtpImageView.java | 166 mOverlayIcon.setBounds((vwidth - iwidth) / 2, 172 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 358 bounds.setBounds(devPts, 3); 385 bounds.setBounds(devPts, 2); 405 bounds.setBounds(devPts, 3); 434 bounds.setBounds(devPts, 4); 457 bounds.setBounds(devPts, 3); 460 bounds.setBounds(&q[i], 3); [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 358 bounds.setBounds(devPts, 3); 385 bounds.setBounds(devPts, 2); 405 bounds.setBounds(devPts, 3); 434 bounds.setBounds(devPts, 4); 457 bounds.setBounds(devPts, 3); 460 bounds.setBounds(&q[i], 3); [all...] |
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop 671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop 675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableContainer.java | 179 mLastDrawable.setBounds(bounds); 182 mCurrDrawable.setBounds(bounds); 365 d.setBounds(getBounds());
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 164 drawable.setBounds(mHoverCellCurrentBounds); 268 mHoverCell.setBounds(mHoverCellCurrentBounds);
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 413 layer_->setBounds(blink::WebSize(size())); 478 layer_->setBounds(blink::WebSize(params.new_size));
|
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 345 m_table.setBounds(tableBounds); 357 m_popup.setBounds(popupBounds);
|
/external/skia/include/core/ |
SkPath.h | [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 451 drawable.setBounds(rects.get(i)); 461 drawable.setBounds(rects.get(i));
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewManager.java | 219 mCustomBackground.setBounds(0, 0, (int) (vHeight * bgAspect), vHeight); 221 mCustomBackground.setBounds(0, 0, vWidth, (int) (vWidth / bgAspect));
|
/packages/apps/Camera/src/com/android/camera/ui/ |
Switch.java | 391 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); 408 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
Switch.java | 382 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); 399 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLView.java | 349 boolean sizeChanged = setBounds(left, top, right, bottom); 358 private boolean setBounds(int left, int top, int right, int bottom) {
|