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.java192 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_treatmentNotEnabled_doNotShowToast()
200 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_noOpenCamera_doNotShowToast()
213 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_notFullscreen_doNotShowToast()
224 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_orientationNotFixed_doNotShowToast()
235 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in testOnScreenRotationAnimationFinished_showToast()
/frameworks/base/services/core/java/com/android/server/wm/
DAppCompatCameraPolicy.java109 void onScreenRotationAnimationFinished() { in onScreenRotationAnimationFinished() method in AppCompatCameraPolicy
111 mDisplayRotationCompatPolicy.onScreenRotationAnimationFinished(); in onScreenRotationAnimationFinished()
DDisplayRotationCompatPolicy.java188 void onScreenRotationAnimationFinished() { in onScreenRotationAnimationFinished() method in DisplayRotationCompatPolicy
DTransition.java1574 dc.mAppCompatCameraPolicy.onScreenRotationAnimationFinished(); in finishTransition()