Searched refs:onResize (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java74 onResize(width, height);
94 protected void onResize(float width, float height) {} method in class:Shape
H A DPathShape.java34 private float mScaleX; // cached from onResize
35 private float mScaleY; // cached from onResize
63 protected void onResize(float width, float height) { method in class:PathShape
H A DRectShape.java48 protected void onResize(float width, float height) { method in class:RectShape
H A DRoundRectShape.java105 protected void onResize(float w, float h) { method in class:RoundRectShape
106 super.onResize(w, h);

Completed in 71 milliseconds