/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 137 onBoundsChange(getBounds()); in setIcon() 152 onBoundsChange(getBounds()); in setIconDrawable() 166 onBoundsChange(getBounds()); in setBadge() 188 onBoundsChange(getBounds()); in setBadgeRadius() 193 onBoundsChange(getBounds()); in setBadgeMargin() 202 onBoundsChange(getBounds()); in setPadding() 217 onBoundsChange(getBounds()); in setFrameWidth() 223 onBoundsChange(getBounds()); in setFramePadding() 314 onBoundsChange(new Rect(0, 0, mSize, mSize)); in bake() 373 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in UserIconDrawable
|
/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 | ThemedIconDrawable.java | 82 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ThemedIconDrawable 83 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()
|
/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/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()
|
D | StyledCornersBitmapDrawable.java | 217 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in StyledCornersBitmapDrawable 218 super.onBoundsChange(bounds); in onBoundsChange()
|
D | ExtendedBitmapDrawable.java | 320 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ExtendedBitmapDrawable 321 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/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
|
D | RippleDrawable.java | 382 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RippleDrawable 383 super.onBoundsChange(bounds); in onBoundsChange() 393 ripples[i].onBoundsChange(); in onBoundsChange() 397 mBackground.onBoundsChange(); in onBoundsChange() 401 mRipple.onBoundsChange(); in onBoundsChange()
|
D | InsetDrawable.java | 271 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable 281 super.onBoundsChange(r); in onBoundsChange()
|
D | DrawableWrapper.java | 359 onBoundsChange(getBounds()); in onStateChange() 379 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange() method in DrawableWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SlashDrawable.java | 82 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SlashDrawable 83 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockscreenWallpaper.java | 309 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LockscreenWallpaper.WallpaperDrawable 334 super.onBoundsChange(mTmpRect); in onBoundsChange()
|
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 | 179 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable 180 super.onBoundsChange(bounds); in onBoundsChange()
|
D | ThemedBatteryDrawable.kt | 327 override fun onBoundsChange(bounds: Rect?) { in <lambda>() method 328 super.onBoundsChange(bounds) in <lambda>()
|
/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()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | PlatLogoActivity.java | 363 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in PlatLogoActivity.BubblesDrawable 364 super.onBoundsChange(bounds); in onBoundsChange()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DropOutlineDrawable.java | 119 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DropOutlineDrawable
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | RenderingJitter.java | 328 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RenderingJitter.AnimatedBackgroundDrawable 329 super.onBoundsChange(bounds); in onBoundsChange()
|