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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java126 onBoundsChange(getBounds());
141 onBoundsChange(getBounds());
155 onBoundsChange(getBounds());
174 onBoundsChange(getBounds());
179 onBoundsChange(getBounds());
188 onBoundsChange(getBounds());
203 onBoundsChange(getBounds());
209 onBoundsChange(getBounds());
291 onBoundsChange(new Rect(0, 0, mSize, mSize));
352 protected void onBoundsChange(Rec method in class:UserIconDrawable
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java60 protected void onBoundsChange(Rect bounds) { method in class:VectorDrawableCommon
65 super.onBoundsChange(bounds);
/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/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 DDrawableWrapper.java338 onBoundsChange(getBounds());
351 protected void onBoundsChange(@NonNull Rect bounds) { method in class:DrawableWrapper
H A DInsetDrawable.java269 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
279 super.onBoundsChange(r);
H A DShapeDrawable.java347 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
348 super.onBoundsChange(bounds);
H A DRippleComponent.java68 public void onBoundsChange() { method in class:RippleComponent
H A DDrawable.java232 onBoundsChange(mBounds);
1013 protected void onBoundsChange(Rect bounds) { method in class:Drawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java207 protected void onBoundsChange(Rect bounds) { method in class:BarTransitions.BarBackgroundDrawable
208 super.onBoundsChange(bounds);
H A DLockscreenWallpaper.java250 protected void onBoundsChange(Rect bounds) { method in class:LockscreenWallpaper.WallpaperDrawable
275 super.onBoundsChange(mTmpRect);
H A DSignalDrawable.java204 protected void onBoundsChange(Rect bounds) { method in class:SignalDrawable
205 super.onBoundsChange(bounds);
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java341 protected void onBoundsChange(Rect bounds) { method in class:RoundedBitmapDrawable
342 super.onBoundsChange(bounds);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DRoundRectDrawable.java122 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawable
123 super.onBoundsChange(bounds);
H A DRoundRectDrawableWithShadow.java135 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawableWithShadow
136 super.onBoundsChange(bounds);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java153 protected void onBoundsChange(Rect bounds) { method in class:CircularBorderDrawable
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java55 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java109 protected void onBoundsChange(Rect bounds) { method in class:FakeShadowDrawable
110 super.onBoundsChange(bounds);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DRenderingJitter.java328 protected void onBoundsChange(Rect bounds) { method in class:RenderingJitter.AnimatedBackgroundDrawable
329 super.onBoundsChange(bounds);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DCompositeDrawable.java163 protected void onBoundsChange(Rect bounds) { method in class:CompositeDrawable
164 super.onBoundsChange(bounds);
/frameworks/support/compat/ics/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi14.java100 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapperApi14

Completed in 4045 milliseconds

12