Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java211 final int originalWidth; in ScreenRotationAnimation() local
217 originalWidth = displayContent.mBaseDisplayWidth; in ScreenRotationAnimation()
221 originalWidth = displayInfo.logicalWidth; in ScreenRotationAnimation()
227 mHeight = originalWidth; in ScreenRotationAnimation()
229 mWidth = originalWidth; in ScreenRotationAnimation()
234 mOriginalWidth = originalWidth; in ScreenRotationAnimation()