Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java137 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/
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/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()
DExtendedBitmapDrawable.java320 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ExtendedBitmapDrawable
321 super.onBoundsChange(bounds); in onBoundsChange()
DStyledCornersBitmapDrawable.java217 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in StyledCornersBitmapDrawable
218 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleComponent.java45 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
DColorStateListDrawable.java140 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ColorStateListDrawable
141 super.onBoundsChange(bounds); in onBoundsChange()
DRippleDrawable.java297 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()
DScaleDrawable.java217 onBoundsChange(getBounds()); in onLevelChange()
223 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
DInsetDrawable.java270 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable
280 super.onBoundsChange(r); in onBoundsChange()
DDrawableWrapper.java359 onBoundsChange(getBounds()); in onStateChange()
379 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange() method in DrawableWrapper
DShapeDrawable.java348 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ShapeDrawable
349 super.onBoundsChange(bounds); in onBoundsChange()
DDrawable.java259 onBoundsChange(mBounds); in setBounds()
1084 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in Drawable
DBitmapDrawable.java487 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BitmapDrawable
DDrawableContainer.java232 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainer
DGradientDrawable.java1239 protected void onBoundsChange(Rect r) {
1240 super.onBoundsChange(r);
DAdaptiveIconDrawable.java290 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AdaptiveIconDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSlashDrawable.java82 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/
DBarTransitions.java228 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable
229 super.onBoundsChange(bounds); in onBoundsChange()
DLockscreenWallpaper.java296 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/
DSignalDrawable.java178 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable
179 super.onBoundsChange(bounds); in onBoundsChange()
DThemedBatteryDrawable.kt326 override fun onBoundsChange(bounds: Rect?) { in <lambda>() method
327 super.onBoundsChange(bounds) in <lambda>()
/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/tests/UiBench/src/com/android/test/uibench/
DRenderingJitter.java328 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RenderingJitter.AnimatedBackgroundDrawable
329 super.onBoundsChange(bounds); in onBoundsChange()

12