Home
last modified time | relevance | path

Searched refs:onResize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java74 onResize(width, height); in resize()
94 protected void onResize(float width, float height) {} in onResize() method in Shape
DRoundRectShape.java82 protected void onResize(float w, float h) { in onResize() method in RoundRectShape
83 super.onResize(w, h); in onResize()
DRectShape.java43 protected void onResize(float width, float height) { in onResize() method in RectShape
DPathShape.java63 protected void onResize(float width, float height) { in onResize() method in PathShape
/frameworks/base/api/
Dcurrent.txt9225 method protected void onResize(float, float);
D14.txt9225 method protected void onResize(float, float);