Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java83 int mLandscapeRotation; // default landscape field in DisplayRotation
194 mLandscapeRotation = Surface.ROTATION_0; in configure()
207 mLandscapeRotation = Surface.ROTATION_270; in configure()
210 mLandscapeRotation = Surface.ROTATION_90; in configure()
220 mDemoHdmiRotation = mLandscapeRotation; in configure()
229 mDemoRotation = mLandscapeRotation; in configure()
367 return mLandscapeRotation; in getLandscapeRotation()
657 return mLandscapeRotation; in rotationForOrientation()
682 return mLandscapeRotation; in rotationForOrientation()
706 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
[all …]