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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java741 int mLandscapeRotation = 0; // default landscape rotation field in class:PhoneWindowManager
742 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
2351 mLandscapeRotation = Surface.ROTATION_0;
2366 mLandscapeRotation = Surface.ROTATION_270;
2369 mLandscapeRotation = Surface.ROTATION_90;
2397 mDemoHdmiRotation = mLandscapeRotation;
2406 mDemoRotation = mLandscapeRotation;
2889 mStatusBarHeightForRotation[mLandscapeRotation] =
2897 mNavigationBarHeightForRotationDefault[mLandscapeRotation] =
2904 mNavigationBarWidthForRotationDefault[mLandscapeRotation]
[all...]

Completed in 94 milliseconds