Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java210 int originalRotation = display.getRotation(); in ScreenRotationAnimation() local
224 if (originalRotation == Surface.ROTATION_90 in ScreenRotationAnimation()
225 || originalRotation == Surface.ROTATION_270) { in ScreenRotationAnimation()
233 mOriginalRotation = originalRotation; in ScreenRotationAnimation()
280 setRotationInTransaction(originalRotation); in ScreenRotationAnimation()