Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationCompatPolicyTests.java191 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_treatmentNotEnabled_doNotShowToast()
199 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_noOpenCamera_doNotShowToast()
212 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_notFullscreen_doNotShowToast()
223 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_orientationNotFixed_doNotShowToast()
234 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_showToast()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotationCompatPolicy.java163 void onScreenRotationAnimationFinished() { in onScreenRotationAnimationFinished() method in DisplayRotationCompatPolicy
DScreenRotationAnimation.java820 .onScreenRotationAnimationFinished(); in onAnimationEnd()
DTransition.java1450 dc.mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in finishTransition()