Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
DVertexBuffer.h142 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java172 void setBounds(Rect bounds) { in setBounds() method in DimLayer
DTaskStack.java137 boolean setBounds(Rect bounds) { in setBounds() method in TaskStack
DAccessibilityController.java715 public void setBounds(Region bounds) { in setBounds() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeProgressBar.java270 void setBounds(int left, int top, int right, int bottom) { in setBounds() method in SwipeProgressBar
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java154 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in Drawable
176 public void setBounds(Rect bounds) { in setBounds() method in Drawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java204 public void setBounds(Rect stackBounds, Rect displayBounds) { in setBounds() method in TaskStack
/frameworks/base/core/java/android/app/
DWallpaperManager.java183 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in WallpaperManager.FastBitmapDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3261 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in PhoneStatusBar.FastColorDrawable
3265 public void setBounds(Rect bounds) { in setBounds() method in PhoneStatusBar.FastColorDrawable
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp63 void setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController