Searched defs:setBounds (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | FocusedStackFrame.java | 134 public void setBounds(TaskStack stack) { in setBounds() method in FocusedStackFrame
|
D | DimLayer.java | 185 void setBounds(Rect bounds) { in setBounds() method in DimLayer
|
D | TaskStack.java | 118 boolean setBounds(Rect bounds) { in setBounds() method in TaskStack
|
D | AccessibilityController.java | 699 public void setBounds(Region bounds) { in setBounds() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
|
/frameworks/base/libs/hwui/ |
D | VertexBuffer.h | 140 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeProgressBar.java | 269 void setBounds(int left, int top, int right, int bottom) { in setBounds() method in SwipeProgressBar
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | DrawableWrapper.java | 51 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in DrawableWrapper
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 151 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in Drawable 173 public void setBounds(Rect bounds) { in setBounds() method in Drawable
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 179 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in WallpaperManager.FastBitmapDrawable
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 63 void setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController
|