Searched defs:setBounds (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java134 public void setBounds(TaskStack stack) { method in class:FocusedStackFrame
136 if (false && DEBUG_STACK) Slog.i(TAG, "setBounds: bounds=" + mBounds);
H A DDimLayer.java185 void setBounds(Rect bounds) { method in class:DimLayer
H A DTaskStack.java109 "setBounds: Resizing " + win);
118 boolean setBounds(Rect bounds) { method in class:TaskStack
129 mDimLayer.setBounds(bounds);
130 mAnimationBackgroundSurface.setBounds(bounds);
143 setBounds(mTmpRect);
H A DAccessibilityController.java532 mWindow.setBounds(magnifiedBounds);
702 public void setBounds(Region bounds) { method in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
/frameworks/base/libs/hwui/
H A DVertexBuffer.h140 void setBounds(Rect bounds) { mBounds = bounds; } function in class:android::uirenderer::VertexBuffer
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeProgressBar.java269 void setBounds(int left, int top, int right, int bottom) { method in class:SwipeProgressBar
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDrawableWrapper.java50 public void setBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
51 super.setBounds(left, top, right, bottom);
52 mDrawable.setBounds(left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java162 setBounds(0, 0, mWidth, mHeight);
179 public void setBounds(int left, int top, int right, int bottom) { method in class:WallpaperManager.FastBitmapDrawable
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java68 * <li> The {@link #setBounds} method <var>must</var> be called to tell the
141 * Draw in its bounds (set via setBounds) respecting optional effects such
152 public void setBounds(int left, int top, int right, int bottom) { method in class:Drawable
174 public void setBounds(Rect bounds) { method in class:Drawable
175 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp63 void setBounds(float minX, float minY, float maxX, float maxY) { function in class:android::FakePointerController
2006 mFakePointerController->setBounds(1, 2, 800 - 1, 480 - 1);
2255 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
2431 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3498 public void setBounds(int left, int top, int right, int bottom) { method in class:PhoneStatusBar.FastColorDrawable
3502 public void setBounds(Rect bounds) { method in class:PhoneStatusBar.FastColorDrawable

Completed in 160 milliseconds