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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java164 onBoundsChange(getBounds());
171 onBoundsChange(getBounds());
182 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DScaleDrawable.java202 onBoundsChange(getBounds());
209 onBoundsChange(getBounds());
215 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DInsetDrawable.java225 onBoundsChange(getBounds());
230 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
H A DShapeDrawable.java292 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
293 super.onBoundsChange(bounds);
H A DLayerDrawable.java490 onBoundsChange(getBounds());
511 onBoundsChange(getBounds());
517 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DBitmapDrawable.java438 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
439 super.onBoundsChange(bounds);
H A DDrawable.java156 onBoundsChange(mBounds);
699 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DClipDrawable.java193 protected void onBoundsChange(Rect bounds) { method in class:ClipDrawable
H A DAnimatedRotateDrawable.java202 protected void onBoundsChange(Rect bounds) { method in class:AnimatedRotateDrawable
H A DGradientDrawable.java669 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
670 super.onBoundsChange(r);
H A DDrawableContainer.java177 protected void onBoundsChange(Rect bounds) { method in class:DrawableContainer
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java147 protected void onBoundsChange(Rect bounds) { method in class:BarTransitions.BarBackgroundDrawable
148 super.onBoundsChange(bounds);

Completed in 1430 milliseconds