Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DCornerDrawable.kt43 override fun setBounds(l: Int, t: Int, r: Int, b: Int) { in setBounds() method in com.android.systemui.controls.ui.CornerDrawable
48 override fun setBounds(r: Rect) { in setBounds() method in com.android.systemui.controls.ui.CornerDrawable
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java300 public int setBounds(Rect bounds) { in setBounds() method in ConfigurationContainer
315 public int setBounds(int left, int top, int right, int bottom) { in setBounds() method in ConfigurationContainer
DActivityStack.java3054 public int setBounds(Rect bounds) { in setBounds() method in ActivityStack
3064 private int setBounds(Rect existing, Rect bounds) { in setBounds() method in ActivityStack
DTask.java2862 public int setBounds(Rect bounds, boolean forceResize) { in setBounds() method in Task
2875 public int setBounds(Rect bounds) { in setBounds() method in Task
DAccessibilityController.java1005 public void setBounds(Region bounds) { in setBounds() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
/frameworks/base/libs/hwui/
DVertexBuffer.h141 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
DVectorDrawable.h580 void setBounds(const SkRect& bounds) { in setBounds() function
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java245 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in Drawable
267 public void setBounds(@NonNull Rect bounds) { in setBounds() method in Drawable
/frameworks/base/core/java/android/app/
DWindowConfiguration.java270 public void setBounds(Rect rect) { in setBounds() method in WindowConfiguration
DWallpaperManager.java256 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in WallpaperManager.FastBitmapDrawable
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java69 public WindowContainerTransaction setBounds( in setBounds() method in WindowContainerTransaction
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java243 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BatteryMeterDrawableBase
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java325 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in GarbageMonitor.MemoryIconDrawable
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp124 void Output::setBounds(const ui::Size& size) { in setBounds() function in android::compositionengine::impl::Output
/frameworks/base/core/java/android/widget/
DSearchView.java1870 public void setBounds(Rect desiredBounds, Rect actualBounds) { in setBounds() method in SearchView.UpdatableTouchDelegate
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp88 void setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController