Searched defs:mLandscapeRotation (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java735 int mLandscapeRotation = 0; // default landscape rotation field in class:PhoneWindowManager
736 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
2182 mLandscapeRotation = Surface.ROTATION_0;
2197 mLandscapeRotation = Surface.ROTATION_270;
2200 mLandscapeRotation = Surface.ROTATION_90;
2228 mDemoHdmiRotation = mLandscapeRotation;
2237 mDemoRotation = mLandscapeRotation;
2675 mNavigationBarHeightForRotationDefault[mLandscapeRotation] =
2682 mNavigationBarWidthForRotationDefault[mLandscapeRotation] =
2692 mNavigationBarHeightForRotationInCarMode[mLandscapeRotation]
[all...]

Completed in 38 milliseconds