/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 161 onBoundsChange(getBounds()); in setIcon() 176 onBoundsChange(getBounds()); in setIconDrawable() 194 onBoundsChange(getBounds()); in setBadge() 251 onBoundsChange(getBounds()); in setBadgeRadius() 256 onBoundsChange(getBounds()); in setBadgeMargin() 265 onBoundsChange(getBounds()); in setPadding() 280 onBoundsChange(getBounds()); in setFrameWidth() 286 onBoundsChange(getBounds()); in setFramePadding() 377 onBoundsChange(new Rect(0, 0, mSize, mSize)); in bake() 436 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in UserIconDrawable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/drawable/ |
D | CircularDrawable.kt | 33 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method 34 super.onBoundsChange(bounds) in onBoundsChange()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | RoundDrawableWrapper.java | 41 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundDrawableWrapper 46 super.onBoundsChange(bounds); in onBoundsChange()
|
D | FastBitmapDrawable.java | 115 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in FastBitmapDrawable 116 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | RoundedCornerProgressDrawable.kt | 50 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method 51 super.onBoundsChange(bounds) in onBoundsChange()
|
D | BrightnessProgressDrawable.kt | 53 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method 54 super.onBoundsChange(bounds) in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatteryPercentTextOnlyDrawable.kt | 61 override fun onBoundsChange(bounds: Rect) { in <lambda>() method 62 super.onBoundsChange(bounds) in <lambda>()
|
D | BatterySpaceSharingPercentTextDrawable.kt | 88 override fun onBoundsChange(bounds: Rect) { in <lambda>() method 89 super.onBoundsChange(bounds) in <lambda>()
|
D | BatteryFillDrawable.kt | 96 override fun onBoundsChange(bounds: Rect) { in <lambda>() method in com.android.systemui.battery.unified.BatteryFillDrawable 97 super.onBoundsChange(bounds) in <lambda>()
|
D | BatteryAttributionDrawable.kt | 82 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method
|
D | BatteryLayersDrawable.kt | 161 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method 162 super.onBoundsChange(bounds) in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CastDrawable.java | 70 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in CastDrawable 71 super.onBoundsChange(bounds); in onBoundsChange()
|
D | ScreenRecordDrawable.java | 102 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScreenRecordDrawable 103 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayDotImageView.java | 100 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DreamOverlayDotImageView.DotDrawable 101 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | InstantInsetLayerDrawable.java | 35 onBoundsChange(getBounds()); in setLayerInset()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | OnTaskResizeAnimationListener.kt | 35 fun onBoundsChange(taskId: Int, t: SurfaceControl.Transaction, bounds: Rect) method
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | TileDrawable.java | 76 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in TileDrawable 77 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleComponent.java | 45 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
|
D | ColorStateListDrawable.java | 146 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ColorStateListDrawable 147 super.onBoundsChange(bounds); in onBoundsChange()
|
D | ScaleDrawable.java | 218 onBoundsChange(getBounds()); in onLevelChange() 224 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
D | AccessorizedBatteryDrawable.kt | 84 override fun onBoundsChange(bounds: Rect) { in <lambda>() method 85 super.onBoundsChange(bounds) in <lambda>()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | AdaptiveIconDrawable_Delegate.java | 50 themedIcon.onBoundsChange(thisDrawable.getBounds()); in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | BarTransitions.java | 246 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable 247 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 193 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable 194 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 163 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScrollBarDrawable 164 super.onBoundsChange(bounds); in onBoundsChange()
|