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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java512 int mLandscapeRotation = 0; // default landscape rotation field in class:PhoneWindowManager
513 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
1388 mLandscapeRotation = Surface.ROTATION_0;
1403 mLandscapeRotation = Surface.ROTATION_270;
1406 mLandscapeRotation = Surface.ROTATION_90;
1418 mNavigationBarHeightForRotation[mLandscapeRotation] =
1425 mNavigationBarWidthForRotation[mLandscapeRotation] =
1451 mDemoHdmiRotation = mLandscapeRotation;
1460 mDemoRotation = mLandscapeRotation;
5420 return mLandscapeRotation;
[all...]

Completed in 432 milliseconds