/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/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 | ExtendedBitmapDrawable.java | 320 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ExtendedBitmapDrawable 321 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()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleComponent.java | 45 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
|
D | ColorStateListDrawable.java | 140 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ColorStateListDrawable 141 super.onBoundsChange(bounds); in onBoundsChange()
|
D | RippleDrawable.java | 297 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RippleDrawable 298 super.onBoundsChange(bounds); in onBoundsChange() 308 ripples[i].onBoundsChange(); in onBoundsChange() 312 mBackground.onBoundsChange(); in onBoundsChange() 316 mRipple.onBoundsChange(); in onBoundsChange()
|
D | ScaleDrawable.java | 217 onBoundsChange(getBounds()); in onLevelChange() 223 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
|
D | InsetDrawable.java | 270 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable 280 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
|
D | ShapeDrawable.java | 348 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ShapeDrawable 349 super.onBoundsChange(bounds); in onBoundsChange()
|
D | Drawable.java | 259 onBoundsChange(mBounds); in setBounds() 1084 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in Drawable
|
D | BitmapDrawable.java | 487 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BitmapDrawable
|
D | DrawableContainer.java | 232 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainer
|
D | GradientDrawable.java | 1239 protected void onBoundsChange(Rect r) { 1240 super.onBoundsChange(r);
|
D | AdaptiveIconDrawable.java | 290 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AdaptiveIconDrawable
|
/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 | BarTransitions.java | 228 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable 229 super.onBoundsChange(bounds); in onBoundsChange()
|
D | LockscreenWallpaper.java | 296 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LockscreenWallpaper.WallpaperDrawable 321 super.onBoundsChange(mTmpRect); in onBoundsChange()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 178 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable 179 super.onBoundsChange(bounds); in onBoundsChange()
|
D | ThemedBatteryDrawable.kt | 326 override fun onBoundsChange(bounds: Rect?) { in <lambda>() method 327 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/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()
|