Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DFocusedStackFrame.java134 public void setBounds(TaskStack stack) { in setBounds() method in FocusedStackFrame
DDimLayer.java185 void setBounds(Rect bounds) { in setBounds() method in DimLayer
DTaskStack.java118 boolean setBounds(Rect bounds) { in setBounds() method in TaskStack
DAccessibilityController.java699 public void setBounds(Region bounds) { in setBounds() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
/frameworks/base/libs/hwui/
DVertexBuffer.h140 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeProgressBar.java269 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/
DDrawableWrapper.java51 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in DrawableWrapper
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java151 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/
DWallpaperManager.java179 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in WallpaperManager.FastBitmapDrawable
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp63 void setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController