Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java82 onResize(width, height); in resize()
104 protected void onResize(float width, float height) {} in onResize() method in Shape
H A DRoundRectShape.java109 protected void onResize(float w, float h) { in onResize() method in RoundRectShape
110 super.onResize(w, h); in onResize()
H A DRectShape.java51 protected void onResize(float width, float height) { in onResize() method in RectShape
H A DPathShape.java68 protected void onResize(float width, float height) { in onResize() method in PathShape
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java1046 onResize(); in onRequestedOverrideConfigurationChanged()
1145 void onResize() { in onResize() method in WindowContainer
1164 onResize(); in onParentResize()
H A DWindowState.java2203 void onResize() { in onResize() method in WindowState
2213 super.onResize(); in onResize()
H A DDisplayContent.java6289 void onResize() { in onResize() method in DisplayContent
6290 super.onResize(); in onResize()
H A DTask.java2631 onResize(); in setBounds()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java933 root.onResize(); in testOnParentResizePropagation()
942 root.onResize(); in testOnParentResizePropagation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7904 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
7909 HSPLandroid/graphics/drawable/shapes/RoundRectShape;->onResize(FF)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt7907 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
7912 HSPLandroid/graphics/drawable/shapes/RoundRectShape;->onResize(FF)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17372 method protected void onResize(float, float);