Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 25 of 25) 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/opt/car/services/builtInServices/src/com/android/server/wm/
DLaunchParamsWrapper.java103 public void setBounds(Rect bounds) { in setBounds() method in LaunchParamsWrapper
/frameworks/base/packages/SystemUI/animation/lib/src/com/android/systemui/animation/
DUIComponent.java65 Transaction setBounds(@NonNull T ui, @NonNull Rect bounds); in setBounds() method
DViewUIComponent.java261 private void setBounds(Rect bounds) { in setBounds() method in ViewUIComponent
363 public Transaction setBounds(ViewUIComponent ui, Rect bounds) { in setBounds() method in ViewUIComponent.Transaction
DTransactions.java64 public Transactions setBounds(UIComponent ui, Rect bounds) { in setBounds() method in Transactions
DSurfaceUIComponent.java132 public Transaction setBounds(SurfaceUIComponent ui, Rect bounds) { in setBounds() method in SurfaceUIComponent.Transaction
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h90 void setBounds(ui::Size newBounds) { mBounds = std::move(newBounds); } in setBounds() function
/frameworks/base/libs/hwui/
DVertexBuffer.h141 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
DVectorDrawable.h581 void setBounds(const SkRect& bounds) { in setBounds() function
/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp23 void FakePointerController::setBounds(float minX, float minY, float maxX, float maxY) { in setBounds() function in android::FakePointerController
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTestRunningTaskInfoBuilder.java73 public TestRunningTaskInfoBuilder setBounds(Rect bounds) { in setBounds() method in TestRunningTaskInfoBuilder
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java511 public int setBounds(Rect bounds) { in setBounds() method in ConfigurationContainer
527 public int setBounds(int left, int top, int right, int bottom) { in setBounds() method in ConfigurationContainer
DDimmerAnimationHelper.java264 static void setBounds(@NonNull Dimmer.DimState dim, @NonNull WindowState relativeParent, in setBounds() method in DimmerAnimationHelper
DTask.java2786 public int setBounds(Rect bounds, boolean forceResize) { in setBounds() method
2799 public int setBounds(Rect bounds) { in setBounds() method
/frameworks/base/core/java/android/hardware/camera2/params/
DFace.java356 public @NonNull Builder setBounds(@NonNull Rect bounds) { in setBounds() method in Face.Builder
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java183 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BackgroundBlurDrawable
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java377 public ContentCaptureEvent setBounds(@NonNull Rect bounds) { in setBounds() method in ContentCaptureEvent
/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.java244 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BatteryMeterDrawableBase
/frameworks/base/core/java/android/app/
DWindowConfiguration.java274 public void setBounds(@Nullable Rect rect) { in setBounds() method in WindowConfiguration
DWallpaperManager.java482 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/common/pip/
DPipBoundsState.java183 public void setBounds(@NonNull Rect bounds) { in setBounds() method in PipBoundsState
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java128 public WindowContainerTransaction setBounds( in setBounds() method in WindowContainerTransaction
2474 Builder setBounds(@NonNull Rect bounds) { in setBounds() method in WindowContainerTransaction.HierarchyOp.Builder
/frameworks/base/core/java/android/widget/
DSearchView.java1877 public void setBounds(Rect desiredBounds, Rect actualBounds) { in setBounds() method in SearchView.UpdatableTouchDelegate
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java1471 TaskFragmentBuilder setBounds(@Nullable Rect bounds) { in setBounds() method in WindowTestsBase.TaskFragmentBuilder