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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java560 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation field in class:PhoneWindowManager
1582 mSeascapeRotation = Surface.ROTATION_180;
1597 mSeascapeRotation = Surface.ROTATION_90;
1600 mSeascapeRotation = Surface.ROTATION_270;
1612 mNavigationBarHeightForRotation[mSeascapeRotation] = res.getDimensionPixelSize(
1619 mNavigationBarWidthForRotation[mSeascapeRotation] =
5915 return mSeascapeRotation;
5974 return rotation == mLandscapeRotation || rotation == mSeascapeRotation;
6983 pw.print(" mSeascapeRotation="); pw.println(mSeascapeRotation);
[all...]

Completed in 42 milliseconds