Home
last modified time | relevance | path

Searched refs:onScreenRotationAnimationFinished (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationCompatPolicyTests.java183 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_treatmentNotEnabled_doNotShowToast()
193 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_noOpenCamera_doNotShowToast()
207 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_notFullscreen_doNotShowToast()
219 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_orientationNotFixed_doNotShowToast()
231 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_showToast()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCompatPolicy.java254 void onScreenRotationAnimationFinished() { in onScreenRotationAnimationFinished() method in DisplayRotationCompatPolicy
H A DScreenRotationAnimation.java806 .onScreenRotationAnimationFinished(); in onAnimationEnd()
H A DTransition.java1342 dc.mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in finishTransition()