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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java452 int mLandscapeRotation = 0; // default landscape rotation field in class:PhoneWindowManager
453 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
957 mLandscapeRotation = Surface.ROTATION_0;
974 mLandscapeRotation = Surface.ROTATION_270;
977 mLandscapeRotation = Surface.ROTATION_90;
990 mNavigationBarHeightForRotation[mLandscapeRotation] =
998 mNavigationBarWidthForRotation[mLandscapeRotation] =
1035 int barHeightDp = mNavigationBarHeightForRotation[mLandscapeRotation]
1056 mHdmiRotation = mLandscapeRotation;
4024 return mLandscapeRotation;
[all...]

Completed in 1822 milliseconds