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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java192 onBoundsChange(getBounds());
199 onBoundsChange(getBounds());
205 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DRotateDrawable.java154 onBoundsChange(getBounds());
161 onBoundsChange(getBounds());
172 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DInsetDrawable.java209 onBoundsChange(getBounds());
214 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.java266 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
267 super.onBoundsChange(bounds);
H A DLayerDrawable.java416 onBoundsChange(getBounds());
437 onBoundsChange(getBounds());
443 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DBitmapDrawable.java290 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
291 super.onBoundsChange(bounds);
H A DClipDrawable.java180 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.java454 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
455 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 1220 milliseconds