Searched refs:onBoundsChange (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java125 onBoundsChange(getBounds());
140 onBoundsChange(getBounds());
154 onBoundsChange(getBounds());
173 onBoundsChange(getBounds());
178 onBoundsChange(getBounds());
187 onBoundsChange(getBounds());
202 onBoundsChange(getBounds());
208 onBoundsChange(getBounds());
285 onBoundsChange(new Rect(0, 0, mSize, mSize));
346 protected void onBoundsChange(Rec method in class:UserIconDrawable
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java76 protected void onBoundsChange(Rect bounds) { method in class:TileDrawable
77 super.onBoundsChange(bounds);
H A DExtendedBitmapDrawable.java320 protected void onBoundsChange(Rect bounds) { method in class:ExtendedBitmapDrawable
321 super.onBoundsChange(bounds);
H A DStyledCornersBitmapDrawable.java217 protected void onBoundsChange(Rect bounds) { method in class:StyledCornersBitmapDrawable
218 super.onBoundsChange(bounds);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java78 protected void onBoundsChange(Rect bounds) { method in class:VectorDrawableCommon
83 super.onBoundsChange(bounds);
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java154 protected void onBoundsChange(Rect bounds) { method in class:ScrollBarDrawable
155 super.onBoundsChange(bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java215 onBoundsChange(getBounds());
221 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DRippleDrawable.java298 protected void onBoundsChange(Rect bounds) { method in class:RippleDrawable
299 super.onBoundsChange(bounds);
307 mBackground.onBoundsChange();
311 mRipple.onBoundsChange();
H A DInsetDrawable.java210 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
220 super.onBoundsChange(r);
H A DDrawableWrapper.java333 onBoundsChange(getBounds());
346 protected void onBoundsChange(@NonNull Rect bounds) { method in class:DrawableWrapper
H A DShapeDrawable.java332 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
333 super.onBoundsChange(bounds);
H A DRippleComponent.java68 public void onBoundsChange() { method in class:RippleComponent
H A DDrawable.java214 onBoundsChange(mBounds);
970 protected void onBoundsChange(Rect bounds) { method in class:Drawable
H A DGradientDrawable.java1022 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
1023 super.onBoundsChange(r);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java206 protected void onBoundsChange(Rect bounds) { method in class:BarTransitions.BarBackgroundDrawable
207 super.onBoundsChange(bounds);
H A DLockscreenWallpaper.java237 protected void onBoundsChange(Rect bounds) { method in class:LockscreenWallpaper.WallpaperDrawable
262 super.onBoundsChange(mTmpRect);
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java337 protected void onBoundsChange(Rect bounds) { method in class:RoundedBitmapDrawable
338 super.onBoundsChange(bounds);
H A DDrawableWrapperDonut.java92 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapperDonut
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java120 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawable
121 super.onBoundsChange(bounds);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java153 protected void onBoundsChange(Rect bounds) { method in class:CircularBorderDrawable
H A DShadowDrawableWrapper.java119 protected void onBoundsChange(Rect bounds) { method in class:ShadowDrawableWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java51 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java106 protected void onBoundsChange(Rect bounds) { method in class:FakeShadowDrawable
107 super.onBoundsChange(bounds);
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java138 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawableWithShadow
139 super.onBoundsChange(bounds);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java203 protected void onBoundsChange(Rect bounds) { method in class:AnimatedVectorDrawableCompat

Completed in 435 milliseconds

12