Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java636 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation field in PhoneWindowManager
1819 mSeascapeRotation = Surface.ROTATION_180; in setInitialDisplaySize()
1834 mSeascapeRotation = Surface.ROTATION_90; in setInitialDisplaySize()
1837 mSeascapeRotation = Surface.ROTATION_270; in setInitialDisplaySize()
2294 mNavigationBarHeightForRotationDefault[mSeascapeRotation] = res.getDimensionPixelSize( in onConfigurationChanged()
2301 mNavigationBarWidthForRotationDefault[mSeascapeRotation] = in onConfigurationChanged()
2310 mNavigationBarHeightForRotationInCarMode[mSeascapeRotation] = res.getDimensionPixelSize( in onConfigurationChanged()
2317 mNavigationBarWidthForRotationInCarMode[mSeascapeRotation] = in onConfigurationChanged()
6590 return mSeascapeRotation; in rotationForOrientationLw()
6649 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
[all …]