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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java742 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation field in class:PhoneWindowManager
2352 mSeascapeRotation = Surface.ROTATION_180;
2367 mSeascapeRotation = Surface.ROTATION_90;
2370 mSeascapeRotation = Surface.ROTATION_270;
2890 mStatusBarHeightForRotation[mSeascapeRotation] = res.getDimensionPixelSize(
2898 mNavigationBarHeightForRotationDefault[mSeascapeRotation] = res.getDimensionPixelSize(
2905 mNavigationBarWidthForRotationDefault[mSeascapeRotation] =
2915 mNavigationBarHeightForRotationInCarMode[mSeascapeRotation] = res.getDimensionPixelSize(
2922 mNavigationBarWidthForRotationInCarMode[mSeascapeRotation] =
7380 return mSeascapeRotation;
[all...]

Completed in 83 milliseconds