Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/drawable/
H A DCircularDrawable.kt33 override fun onBoundsChange(bounds: Rect) {
34 super.onBoundsChange(bounds)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DRoundedCornerProgressDrawable.kt50 override fun onBoundsChange(bounds: Rect) {
51 super.onBoundsChange(bounds)
H A DBrightnessProgressDrawable.kt53 override fun onBoundsChange(bounds: Rect) {
54 super.onBoundsChange(bounds)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCastDrawable.java70 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in CastDrawable
71 super.onBoundsChange(bounds); in onBoundsChange()
H A DScreenRecordDrawable.java102 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScreenRecordDrawable
103 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java99 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DreamOverlayDotImageView.DotDrawable
100 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DInstantInsetLayerDrawable.java35 onBoundsChange(getBounds()); in setLayerInset()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java347 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LockscreenWallpaper.WallpaperDrawable
379 super.onBoundsChange(mTmpRect); in onBoundsChange()
395 onBoundsChange(getBounds()); in onDisplayUpdated()
H A DBarTransitions.java246 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable
247 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DAccessorizedBatteryDrawable.kt84 override fun onBoundsChange(bounds: Rect) {
85 super.onBoundsChange(bounds)
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java45 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
H A DColorStateListDrawable.java146 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ColorStateListDrawable
147 super.onBoundsChange(bounds); in onBoundsChange()
H A DScaleDrawable.java218 onBoundsChange(getBounds()); in onLevelChange()
224 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
H A DRippleDrawable.java389 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RippleDrawable
390 super.onBoundsChange(bounds); in onBoundsChange()
400 ripples[i].onBoundsChange(); in onBoundsChange()
404 mBackground.onBoundsChange(); in onBoundsChange()
408 mRipple.onBoundsChange(); in onBoundsChange()
H A DInsetDrawable.java271 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable
281 super.onBoundsChange(r); in onBoundsChange()
H A DDrawableWrapper.java359 onBoundsChange(getBounds()); in onStateChange()
379 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange() method in DrawableWrapper
H A DShapeDrawable.java348 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ShapeDrawable
349 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DPrivacyChipDrawable.java183 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange() method in PrivacyChipDrawable
184 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSlashDrawable.java84 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SlashDrawable
85 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java179 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable
180 super.onBoundsChange(bounds); in onBoundsChange()
H A DThemedBatteryDrawable.kt328 override fun onBoundsChange(bounds: Rect) {
329 super.onBoundsChange(bounds)
/aosp14/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java163 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScrollBarDrawable
164 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DRenderingJitter.java328 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RenderingJitter.AnimatedBackgroundDrawable
329 super.onBoundsChange(bounds); in onBoundsChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupDrawable.kt88 override fun onBoundsChange(bounds: Rect) {

12