Searched defs:onBoundsChange (Results 1 - 25 of 26) sorted by relevance

12

/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 DStyledCornersBitmapDrawable.java217 protected void onBoundsChange(Rect bounds) { method in class:StyledCornersBitmapDrawable
218 super.onBoundsChange(bounds);
H A DExtendedBitmapDrawable.java320 protected void onBoundsChange(Rect bounds) { method in class:ExtendedBitmapDrawable
321 super.onBoundsChange(bounds);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java136 protected void onBoundsChange(Rect bounds) { method in class:CircularBorderDrawable
H A DShadowDrawableWrapper.java117 protected void onBoundsChange(Rect bounds) { method in class:ShadowDrawableWrapper
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java90 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawable
91 super.onBoundsChange(bounds);
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java159 protected void onBoundsChange(Rect bounds) { method in class:ScrollBarDrawable
160 super.onBoundsChange(bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java216 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
226 super.onBoundsChange(r);
H A DRippleComponent.java60 public void onBoundsChange() { method in class:RippleComponent
H A DScaleDrawable.java196 onBoundsChange(getBounds());
202 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DDrawableWrapper.java281 onBoundsChange(getBounds());
294 protected void onBoundsChange(@NonNull Rect bounds) { method in class:DrawableWrapper
H A DAnimatedVectorDrawable.java210 protected void onBoundsChange(Rect bounds) { method in class:AnimatedVectorDrawable
H A DShapeDrawable.java331 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
332 super.onBoundsChange(bounds);
H A DBitmapDrawable.java474 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
H A DDrawable.java168 onBoundsChange(mBounds);
909 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DRippleDrawable.java289 protected void onBoundsChange(Rect bounds) { method in class:RippleDrawable
290 super.onBoundsChange(bounds);
298 mBackground.onBoundsChange();
302 mRipple.onBoundsChange();
H A DDrawableContainer.java227 protected void onBoundsChange(Rect bounds) { method in class:DrawableContainer
H A DGradientDrawable.java862 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
863 super.onBoundsChange(r);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java105 protected void onBoundsChange(Rect bounds) { method in class:FakeShadowDrawable
106 super.onBoundsChange(bounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java168 protected void onBoundsChange(Rect bounds) { method in class:BarTransitions.BarBackgroundDrawable
169 super.onBoundsChange(bounds);
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DDrawableWrapperDonut.java56 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapperDonut
H A DRoundedBitmapDrawable.java337 protected void onBoundsChange(Rect bounds) { method in class:RoundedBitmapDrawable
338 super.onBoundsChange(bounds);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java224 protected void onBoundsChange(Rect bounds) { method in class:AnimatedVectorDrawableCompat
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java51 protected void onBoundsChange(Rect bounds) { method in class:DrawableWrapper
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java128 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawableWithShadow
129 super.onBoundsChange(bounds);

Completed in 601 milliseconds

12