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

/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.java210 protected void onBoundsChange(Rect bounds) { method in class:StyledCornersBitmapDrawable
211 super.onBoundsChange(bounds);
H A DExtendedBitmapDrawable.java302 protected void onBoundsChange(Rect bounds) { method in class:ExtendedBitmapDrawable
303 super.onBoundsChange(bounds);
/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.java142 protected void onBoundsChange(Rect bounds) { method in class:ScrollBarDrawable
143 super.onBoundsChange(bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java210 protected void onBoundsChange(Rect bounds) { method in class:ClipDrawable
H A DAnimatedRotateDrawable.java223 protected void onBoundsChange(Rect bounds) { method in class:AnimatedRotateDrawable
H A DAnimatedVectorDrawable.java180 protected void onBoundsChange(Rect bounds) { method in class:AnimatedVectorDrawable
H A DScaleDrawable.java216 onBoundsChange(getBounds());
223 onBoundsChange(getBounds());
229 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DInsetDrawable.java318 onBoundsChange(getBounds());
328 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
H A DRotateDrawable.java357 onBoundsChange(getBounds());
364 onBoundsChange(getBounds());
375 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DShapeDrawable.java332 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
333 super.onBoundsChange(bounds);
H A DBitmapDrawable.java467 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
H A DDrawable.java165 onBoundsChange(mBounds);
816 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DDrawableContainer.java223 protected void onBoundsChange(Rect bounds) { method in class:DrawableContainer
H A DLayerDrawable.java781 onBoundsChange(getBounds());
806 onBoundsChange(getBounds());
813 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DRippleDrawable.java311 protected void onBoundsChange(Rect bounds) { method in class:RippleDrawable
312 super.onBoundsChange(bounds);
H A DGradientDrawable.java833 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
834 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.java159 protected void onBoundsChange(Rect bounds) { method in class:BarTransitions.BarBackgroundDrawable
160 super.onBoundsChange(bounds);
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java118 protected void onBoundsChange(Rect bounds) { method in class:RoundRectDrawableWithShadow
119 super.onBoundsChange(bounds);

Completed in 300 milliseconds