Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 18 of 18) 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/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTestRunningTaskInfoBuilder.java47 public TestRunningTaskInfoBuilder setBounds(Rect bounds) { in setBounds() method in TestRunningTaskInfoBuilder
/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/services/core/java/com/android/server/wm/
DConfigurationContainer.java345 public int setBounds(Rect bounds) { in setBounds() method in ConfigurationContainer
361 public int setBounds(int left, int top, int right, int bottom) { in setBounds() method in ConfigurationContainer
DTask.java3247 public int setBounds(Rect bounds, boolean forceResize) { in setBounds() method in Task
3260 public int setBounds(Rect bounds) { in setBounds() method in Task
DAccessibilityController.java1214 void setBounds(Region bounds) { in setBounds() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageTaskListener.java190 void setBounds(Rect bounds, WindowContainerTransaction wct) { in setBounds() method in StageTaskListener
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java182 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BackgroundBlurDrawable
/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/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/core/java/android/app/
DWindowConfiguration.java276 public void setBounds(Rect rect) { in setBounds() method in WindowConfiguration
DWallpaperManager.java299 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in WallpaperManager.FastBitmapDrawable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java109 public void setBounds(@NonNull Rect bounds) { in setBounds() method in PipBoundsState
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java332 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in GarbageMonitor.MemoryIconDrawable
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java71 public WindowContainerTransaction setBounds( in setBounds() method in WindowContainerTransaction
/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.cpp114 void setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController