Searched refs:onResize (Results 1 – 13 of 13) sorted by relevance
82 onResize(width, height); in resize()104 protected void onResize(float width, float height) {} in onResize() method in Shape
109 protected void onResize(float w, float h) { in onResize() method in RoundRectShape110 super.onResize(w, h); in onResize()
51 protected void onResize(float width, float height) { in onResize() method in RectShape
68 protected void onResize(float width, float height) { in onResize() method in PathShape
1046 onResize(); in onRequestedOverrideConfigurationChanged()1145 void onResize() { in onResize() method in WindowContainer1164 onResize(); in onParentResize()
2203 void onResize() { in onResize() method in WindowState2213 super.onResize(); in onResize()
6289 void onResize() { in onResize() method in DisplayContent6290 super.onResize(); in onResize()
2631 onResize(); in setBounds()
933 root.onResize(); in testOnParentResizePropagation()942 root.onResize(); in testOnParentResizePropagation()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7904 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V7909 HSPLandroid/graphics/drawable/shapes/RoundRectShape;->onResize(FF)V
7907 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V7912 HSPLandroid/graphics/drawable/shapes/RoundRectShape;->onResize(FF)V
17372 method protected void onResize(float, float);