Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java131 private final RotationAnimationPair mTmpRotationAnim = new RotationAnimationPair(); field in DisplayRotation
829 mTmpRotationAnim.mExit = R.anim.rotation_animation_jump_exit; in selectRotationAnimation()
830 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
831 return mTmpRotationAnim; in selectRotationAnimation()
841 mTmpRotationAnim.mExit = R.anim.rotation_animation_xfade_exit; in selectRotationAnimation()
842 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
845 mTmpRotationAnim.mExit = R.anim.rotation_animation_jump_exit; in selectRotationAnimation()
846 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
850 mTmpRotationAnim.mExit = mTmpRotationAnim.mEnter = 0; in selectRotationAnimation()
854 mTmpRotationAnim.mExit = mTmpRotationAnim.mEnter = 0; in selectRotationAnimation()
[all …]