Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java212 final int originalHeight; in ScreenRotationAnimation() local
218 originalHeight = displayContent.mBaseDisplayHeight; in ScreenRotationAnimation()
222 originalHeight = displayInfo.logicalHeight; in ScreenRotationAnimation()
226 mWidth = originalHeight; in ScreenRotationAnimation()
230 mHeight = originalHeight; in ScreenRotationAnimation()
235 mOriginalHeight = originalHeight; in ScreenRotationAnimation()