Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1151 int animationHint = mTopFullscreenOpaqueWindowState.getRotationAnimationHint(); in selectRotationAnimationLw() local
1152 if (animationHint < 0 && mTopIsFullscreen) { in selectRotationAnimationLw()
1153 animationHint = mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation; in selectRotationAnimationLw()
1155 switch (animationHint) { in selectRotationAnimationLw()