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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java194 onBoundsChange(getBounds());
201 onBoundsChange(getBounds());
207 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DRotateDrawable.java156 onBoundsChange(getBounds());
163 onBoundsChange(getBounds());
174 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DInsetDrawable.java211 onBoundsChange(getBounds());
216 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
H A DDrawable.java131 onBoundsChange(mBounds);
579 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DShapeDrawable.java270 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
271 super.onBoundsChange(bounds);
H A DLayerDrawable.java417 onBoundsChange(getBounds());
438 onBoundsChange(getBounds());
444 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DBitmapDrawable.java292 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
293 super.onBoundsChange(bounds);
H A DClipDrawable.java185 protected void onBoundsChange(Rect bounds) { method in class:ClipDrawable
H A DAnimatedRotateDrawable.java190 protected void onBoundsChange(Rect bounds) { method in class:AnimatedRotateDrawable
H A DDrawableContainer.java104 protected void onBoundsChange(Rect bounds) { method in class:DrawableContainer
H A DGradientDrawable.java456 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
457 super.onBoundsChange(r);
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java143 protected void onBoundsChange(Rect bounds) { method in class:ScrollBarDrawable
144 super.onBoundsChange(bounds);

Completed in 121 milliseconds