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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java730 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation field in class:PhoneWindowManager
2203 mSeascapeRotation = Surface.ROTATION_180;
2218 mSeascapeRotation = Surface.ROTATION_90;
2221 mSeascapeRotation = Surface.ROTATION_270;
2694 mNavigationBarHeightForRotationDefault[mSeascapeRotation] = res.getDimensionPixelSize(
2701 mNavigationBarWidthForRotationDefault[mSeascapeRotation] =
2711 mNavigationBarHeightForRotationInCarMode[mSeascapeRotation] = res.getDimensionPixelSize(
2718 mNavigationBarWidthForRotationInCarMode[mSeascapeRotation] =
7211 return mSeascapeRotation;
7270 return rotation == mLandscapeRotation || rotation == mSeascapeRotation;
[all...]

Completed in 193 milliseconds