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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFixedSizeDrawable.java43 public void setBounds(Rect bounds) { method in class:FixedSizeDrawable
44 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
47 public void setBounds(int l, int t, int r, int b) { method in class:FixedSizeDrawable
48 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
/frameworks/base/core/java/android/webkit/
H A DViewManager.java49 void setBounds(int x, int y, int width, int height) { method in class:ViewManager.ChildView
60 setBounds(x, y, width, height);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java137 setBounds(0, 0, mWidth, mHeight);
154 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.java58 * <li> The {@link #setBounds} method <var>must</var> be called to tell the
129 * Draw in its bounds (set via setBounds) respecting optional effects such
140 public void setBounds(int left, int top, int right, int bottom) { method in class:Drawable
158 public void setBounds(Rect bounds) { method in class:Drawable
159 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1662 mViewportFrame.setBounds(bounds);
1781 public void setBounds(Rect bounds) { method in class:ScreenMagnifier.Viewport.ViewportWindow
1806 mHighlightFrame.setBounds(mBounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2476 public void setBounds(int left, int top, int right, int bottom) { method in class:PhoneStatusBar.FastColorDrawable
2480 public void setBounds(Rect bounds) { method in class:PhoneStatusBar.FastColorDrawable
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp63 void setBounds(float minX, float minY, float maxX, float maxY) { function in class:android::FakePointerController
1986 mFakePointerController->setBounds(1, 2, 800 - 1, 480 - 1);
2235 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);
2411 mFakePointerController->setBounds(0, 0, 800 - 1, 480 - 1);

Completed in 7799 milliseconds