Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java136 onBoundsChange(getBounds()); in setIcon()
151 onBoundsChange(getBounds()); in setIconDrawable()
165 onBoundsChange(getBounds()); in setBadge()
185 onBoundsChange(getBounds()); in setBadgeRadius()
190 onBoundsChange(getBounds()); in setBadgeMargin()
199 onBoundsChange(getBounds()); in setPadding()
214 onBoundsChange(getBounds()); in setFrameWidth()
220 onBoundsChange(getBounds()); in setFramePadding()
302 onBoundsChange(new Rect(0, 0, mSize, mSize)); in bake()
361 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in UserIconDrawable
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCommon.java61 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in VectorDrawableCommon
66 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()
DStyledCornersBitmapDrawable.java217 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in StyledCornersBitmapDrawable
218 super.onBoundsChange(bounds); in onBoundsChange()
DExtendedBitmapDrawable.java320 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ExtendedBitmapDrawable
321 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
DRoundRectDrawable.java120 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundRectDrawable
121 super.onBoundsChange(bounds); in onBoundsChange()
DRoundRectDrawableWithShadow.java136 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundRectDrawableWithShadow
137 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java294 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RippleDrawable
295 super.onBoundsChange(bounds); in onBoundsChange()
305 ripples[i].onBoundsChange(); in onBoundsChange()
309 mBackground.onBoundsChange(); in onBoundsChange()
313 mRipple.onBoundsChange(); in onBoundsChange()
DRippleComponent.java52 public void onBoundsChange() { in onBoundsChange() method in RippleComponent
DScaleDrawable.java215 onBoundsChange(getBounds()); in onLevelChange()
221 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
DDrawableWrapper.java347 onBoundsChange(getBounds()); in onStateChange()
360 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange() method in DrawableWrapper
DInsetDrawable.java269 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable
279 super.onBoundsChange(r); in onBoundsChange()
DShapeDrawable.java347 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ShapeDrawable
348 super.onBoundsChange(bounds); in onBoundsChange()
DDrawable.java235 onBoundsChange(mBounds); in setBounds()
1016 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in Drawable
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
DRoundedBitmapDrawable.java344 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundedBitmapDrawable
345 super.onBoundsChange(bounds); in onBoundsChange()
/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/
DLockscreenWallpaper.java256 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LockscreenWallpaper.WallpaperDrawable
281 super.onBoundsChange(mTmpRect); in onBoundsChange()
DBarTransitions.java205 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BarTransitions.BarBackgroundDrawable
206 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java154 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScrollBarDrawable
155 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java109 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in FakeShadowDrawable
110 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableWrapper.java56 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableWrapper
/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()
/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
DCompositeDrawable.java164 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in CompositeDrawable
165 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java231 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in SignalDrawable
232 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DRoundedDrawable.java190 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RoundedDrawable

12