Home
last modified time | relevance | path

Searched refs:mSeascapeRotation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java171 int mSeascapeRotation; // "other" landscape, 180 degrees from mLandscapeRotation field in DisplayRotation
405 mSeascapeRotation = Surface.ROTATION_180; in configure()
418 mSeascapeRotation = Surface.ROTATION_90; in configure()
421 mSeascapeRotation = Surface.ROTATION_270; in configure()
1030 return mSeascapeRotation; in getSeascapeRotation()
1405 return mSeascapeRotation; in rotationForOrientation()
1453 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
1697 pw.println(" mSeascapeRotation=" + Surface.rotationToString(mSeascapeRotation)); in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java1068 displayRotation.mSeascapeRotation = Surface.ROTATION_90; in setReverseDefaultRotation()
1071 displayRotation.mSeascapeRotation = Surface.ROTATION_270; in setReverseDefaultRotation()