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.java1159 int animationHint = mTopFullscreenOpaqueWindowState.getRotationAnimationHint(); in selectRotationAnimationLw() local
1160 if (animationHint < 0 && mTopIsFullscreen) { in selectRotationAnimationLw()
1161 animationHint = mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation; in selectRotationAnimationLw()
1163 switch (animationHint) { in selectRotationAnimationLw()