Home
last modified time | relevance | path

Searched refs:onBoundsChange (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java161 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/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DRoundDrawableWrapper.java41 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundDrawableWrapper
46 super.onBoundsChange(bounds); in onBoundsChange()
DFastBitmapDrawable.java100 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in FastBitmapDrawable
101 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/drawable/
DCircularDrawable.kt33 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method
34 super.onBoundsChange(bounds) in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRoundedCornerProgressDrawable.kt50 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method
51 super.onBoundsChange(bounds) in onBoundsChange()
DBrightnessProgressDrawable.kt53 override fun onBoundsChange(bounds: Rect) { in onBoundsChange() method
54 super.onBoundsChange(bounds) in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCastDrawable.java70 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in CastDrawable
71 super.onBoundsChange(bounds); in onBoundsChange()
DScreenRecordDrawable.java102 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/
DDreamOverlayDotImageView.java99 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DreamOverlayDotImageView.DotDrawable
100 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DInstantInsetLayerDrawable.java35 onBoundsChange(getBounds()); in setLayerInset()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java76 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in TileDrawable
77 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java300 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LockscreenWallpaper.WallpaperDrawable
332 super.onBoundsChange(mTmpRect); in onBoundsChange()
348 onBoundsChange(getBounds()); in onDisplayUpdated()
DBarTransitions.java246 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable
247 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DAccessorizedBatteryDrawable.kt84 override fun onBoundsChange(bounds: Rect) { in <lambda>() method
85 super.onBoundsChange(bounds) in <lambda>()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleComponent.java45 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
DColorStateListDrawable.java146 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ColorStateListDrawable
147 super.onBoundsChange(bounds); in onBoundsChange()
DScaleDrawable.java218 onBoundsChange(getBounds()); in onLevelChange()
224 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
DRippleDrawable.java385 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RippleDrawable
386 super.onBoundsChange(bounds); in onBoundsChange()
396 ripples[i].onBoundsChange(); in onBoundsChange()
400 mBackground.onBoundsChange(); in onBoundsChange()
404 mRipple.onBoundsChange(); in onBoundsChange()
DInsetDrawable.java271 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable
281 super.onBoundsChange(r); in onBoundsChange()
DDrawableWrapper.java359 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/
DSlashDrawable.java84 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SlashDrawable
85 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java163 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScrollBarDrawable
164 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java179 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable
180 super.onBoundsChange(bounds); in onBoundsChange()
DThemedBatteryDrawable.kt327 override fun onBoundsChange(bounds: Rect?) { in <lambda>() method
328 super.onBoundsChange(bounds) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropOutlineDrawable.java119 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DropOutlineDrawable

12