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

/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/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.java302 protected void onBoundsChange(Rect bounds) { method in class:ExtendedBitmapDrawable
303 super.onBoundsChange(bounds);
H A DStyledCornersBitmapDrawable.java210 protected void onBoundsChange(Rect bounds) { method in class:StyledCornersBitmapDrawable
211 super.onBoundsChange(bounds);
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java145 protected void onBoundsChange(Rect bounds) { method in class:ScrollBarDrawable
146 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/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java363 onBoundsChange(getBounds());
370 onBoundsChange(getBounds());
381 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DScaleDrawable.java278 onBoundsChange(getBounds());
285 onBoundsChange(getBounds());
291 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DInsetDrawable.java342 onBoundsChange(getBounds());
352 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
H A DShapeDrawable.java332 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
333 super.onBoundsChange(bounds);
H A DDrawable.java166 onBoundsChange(mBounds);
817 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DRippleDrawable.java307 protected void onBoundsChange(Rect bounds) { method in class:RippleDrawable
308 super.onBoundsChange(bounds);
H A DClipDrawable.java270 protected void onBoundsChange(Rect bounds) { method in class:ClipDrawable
H A DLayerDrawable.java761 onBoundsChange(getBounds());
786 onBoundsChange(getBounds());
793 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DAnimatedRotateDrawable.java231 protected void onBoundsChange(Rect bounds) { method in class:AnimatedRotateDrawable
H A DAnimatedVectorDrawable.java185 protected void onBoundsChange(Rect bounds) { method in class:AnimatedVectorDrawable
H A DGradientDrawable.java858 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
859 super.onBoundsChange(r);
H A DBitmapDrawable.java468 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
H A DDrawableContainer.java227 protected void onBoundsChange(Rect bounds) { method in class:DrawableContainer
/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/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 292 milliseconds