Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java85 int mSeascapeRotation; // "other" landscape, 180 degrees from mLandscapeRotation field in DisplayRotation
195 mSeascapeRotation = Surface.ROTATION_180; in configure()
208 mSeascapeRotation = Surface.ROTATION_90; in configure()
211 mSeascapeRotation = Surface.ROTATION_270; in configure()
371 return mSeascapeRotation; in getSeascapeRotation()
671 return mSeascapeRotation; in rotationForOrientation()
706 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
886 pw.println(" mSeascapeRotation=" + Surface.rotationToString(mSeascapeRotation)); in dump()