Home
last modified time | relevance | path

Searched refs:onBoundsChange (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DMipmapDrawable.java115 onBoundsChange(getBounds()); in onDrawableAdded()
121 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in MipmapDrawable
127 super.onBoundsChange(bounds); in onBoundsChange()
DScaleDrawable.java197 onBoundsChange(getBounds()); in onStateChange()
204 onBoundsChange(getBounds()); in onLevelChange()
210 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScaleDrawable
DRotateDrawable.java159 onBoundsChange(getBounds()); in onStateChange()
166 onBoundsChange(getBounds()); in onLevelChange()
177 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in RotateDrawable
DInsetDrawable.java214 onBoundsChange(getBounds()); in onStateChange()
219 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in InsetDrawable
DShapeDrawable.java284 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ShapeDrawable
285 super.onBoundsChange(bounds); in onBoundsChange()
DDrawable.java150 onBoundsChange(mBounds); in setBounds()
654 protected void onBoundsChange(Rect bounds) {} in onBoundsChange() method in Drawable
DLayerDrawable.java460 onBoundsChange(getBounds()); in onStateChange()
481 onBoundsChange(getBounds()); in onLevelChange()
487 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in LayerDrawable
DBitmapDrawable.java360 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BitmapDrawable
361 super.onBoundsChange(bounds); in onBoundsChange()
DClipDrawable.java188 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ClipDrawable
DAnimatedRotateDrawable.java197 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AnimatedRotateDrawable
DGradientDrawable.java663 protected void onBoundsChange(Rect r) {
664 super.onBoundsChange(r);
DDrawableContainer.java155 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in DrawableContainer
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java142 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in ScrollBarDrawable
143 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DMipmapDrawableTest.java230 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in MipmapDrawableTest.MockMipmapDrawable
231 super.onBoundsChange(bounds); in onBoundsChange()
/frameworks/base/api/
D14.txt8948 method protected void onBoundsChange(android.graphics.Rect);
D15.txt8981 method protected void onBoundsChange(android.graphics.Rect);
D16.txt9257 method protected void onBoundsChange(android.graphics.Rect);
D17.txt9416 method protected void onBoundsChange(android.graphics.Rect);
Dcurrent.txt9416 method protected void onBoundsChange(android.graphics.Rect);