/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | CornerDrawable.kt | 43 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/ |
D | LaunchParamsWrapper.java | 103 public void setBounds(Rect bounds) { in setBounds() method in LaunchParamsWrapper
|
/frameworks/base/packages/SystemUI/animation/lib/src/com/android/systemui/animation/ |
D | UIComponent.java | 65 Transaction setBounds(@NonNull T ui, @NonNull Rect bounds); in setBounds() method
|
D | ViewUIComponent.java | 261 private void setBounds(Rect bounds) { in setBounds() method in ViewUIComponent 363 public Transaction setBounds(ViewUIComponent ui, Rect bounds) { in setBounds() method in ViewUIComponent.Transaction
|
D | Transactions.java | 64 public Transactions setBounds(UIComponent ui, Rect bounds) { in setBounds() method in Transactions
|
D | SurfaceUIComponent.java | 132 public Transaction setBounds(SurfaceUIComponent ui, Rect bounds) { in setBounds() method in SurfaceUIComponent.Transaction
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | ProjectionSpace.h | 90 void setBounds(ui::Size newBounds) { mBounds = std::move(newBounds); } in setBounds() function
|
/frameworks/base/libs/hwui/ |
D | VertexBuffer.h | 141 void setBounds(Rect bounds) { mBounds = bounds; } in setBounds() function
|
D | VectorDrawable.h | 581 void setBounds(const SkRect& bounds) { in setBounds() function
|
/frameworks/native/services/inputflinger/tests/ |
D | FakePointerController.cpp | 23 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/ |
D | TestRunningTaskInfoBuilder.java | 73 public TestRunningTaskInfoBuilder setBounds(Rect bounds) { in setBounds() method in TestRunningTaskInfoBuilder
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ConfigurationContainer.java | 511 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
|
D | DimmerAnimationHelper.java | 264 static void setBounds(@NonNull Dimmer.DimState dim, @NonNull WindowState relativeParent, in setBounds() method in DimmerAnimationHelper
|
D | Task.java | 2786 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/ |
D | Face.java | 356 public @NonNull Builder setBounds(@NonNull Rect bounds) { in setBounds() method in Face.Builder
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
D | BackgroundBlurDrawable.java | 183 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BackgroundBlurDrawable
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureEvent.java | 377 public ContentCaptureEvent setBounds(@NonNull Rect bounds) { in setBounds() method in ContentCaptureEvent
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 245 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/ |
D | BatteryMeterDrawableBase.java | 244 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in BatteryMeterDrawableBase
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 274 public void setBounds(@Nullable Rect rect) { in setBounds() method in WindowConfiguration
|
D | WallpaperManager.java | 482 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/ |
D | PipBoundsState.java | 183 public void setBounds(@NonNull Rect bounds) { in setBounds() method in PipBoundsState
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 128 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/ |
D | SearchView.java | 1877 public void setBounds(Rect desiredBounds, Rect actualBounds) { in setBounds() method in SearchView.UpdatableTouchDelegate
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 1471 TaskFragmentBuilder setBounds(@Nullable Rect bounds) { in setBounds() method in WindowTestsBase.TaskFragmentBuilder
|