Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java89 int mEnter; field in DisplayRotation.RotationAnimationPair
622 mService.startFreezingDisplay(anim.mExit, anim.mEnter, mDisplayContent); in prepareNormalRotationAnimation()
756 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
768 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
772 mTmpRotationAnim.mEnter = R.anim.rotation_animation_enter; in selectRotationAnimation()
776 mTmpRotationAnim.mExit = mTmpRotationAnim.mEnter = 0; in selectRotationAnimation()
780 mTmpRotationAnim.mExit = mTmpRotationAnim.mEnter = 0; in selectRotationAnimation()
806 return exitAnimId == anim.mExit && enterAnimId == anim.mEnter; in validateRotationAnimation()