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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DMipmapDrawable.java115 onBoundsChange(getBounds());
121 protected void onBoundsChange(Rect bounds) { method in class:MipmapDrawable
127 super.onBoundsChange(bounds);
H A DScaleDrawable.java198 onBoundsChange(getBounds());
205 onBoundsChange(getBounds());
211 protected void onBoundsChange(Rect bounds) { method in class:ScaleDrawable
H A DRotateDrawable.java159 onBoundsChange(getBounds());
166 onBoundsChange(getBounds());
177 protected void onBoundsChange(Rect bounds) { method in class:RotateDrawable
H A DInsetDrawable.java214 onBoundsChange(getBounds());
219 protected void onBoundsChange(Rect bounds) { method in class:InsetDrawable
H A DShapeDrawable.java284 protected void onBoundsChange(Rect bounds) { method in class:ShapeDrawable
285 super.onBoundsChange(bounds);
H A DLayerDrawable.java460 onBoundsChange(getBounds());
481 onBoundsChange(getBounds());
487 protected void onBoundsChange(Rect bounds) { method in class:LayerDrawable
H A DBitmapDrawable.java360 protected void onBoundsChange(Rect bounds) { method in class:BitmapDrawable
361 super.onBoundsChange(bounds);
H A DDrawable.java148 onBoundsChange(mBounds);
653 protected void onBoundsChange(Rect bounds) {} method in class:Drawable
H A DClipDrawable.java189 protected void onBoundsChange(Rect bounds) { method in class:ClipDrawable
H A DAnimatedRotateDrawable.java197 protected void onBoundsChange(Rect bounds) { method in class:AnimatedRotateDrawable
H A DGradientDrawable.java488 protected void onBoundsChange(Rect r) { method in class:GradientDrawable
489 super.onBoundsChange(r);
H A DDrawableContainer.java146 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/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DMipmapDrawableTest.java230 protected void onBoundsChange(Rect bounds) { method in class:MipmapDrawableTest.MockMipmapDrawable
231 super.onBoundsChange(bounds);

Completed in 100 milliseconds