Searched defs:onResize (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ | ||
D | RectShape.java | 51 protected void onResize(float width, float height) { in onResize() method in RectShape |
D | Shape.java | 104 protected void onResize(float width, float height) {} in onResize() method in Shape |
D | PathShape.java | 68 protected void onResize(float width, float height) { in onResize() method in PathShape |
D | RoundRectShape.java | 109 protected void onResize(float w, float h) { in onResize() method in RoundRectShape |
/frameworks/base/services/core/java/com/android/server/wm/ | ||
D | WindowContainer.java | 864 void onResize() { in onResize() method in WindowContainer |
D | WindowState.java | 2207 void onResize() { in onResize() method in WindowState |