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.java133 int mLandscapeRotation; // default landscape field in DisplayRotation
299 mLandscapeRotation = Surface.ROTATION_0; in configure()
312 mLandscapeRotation = Surface.ROTATION_270; in configure()
315 mLandscapeRotation = Surface.ROTATION_90; in configure()
325 mDemoHdmiRotation = mLandscapeRotation; in configure()
334 mDemoRotation = mLandscapeRotation; in configure()
915 return mLandscapeRotation; in getLandscapeRotation()
1260 return mLandscapeRotation; in rotationForOrientation()
1285 return mLandscapeRotation; in rotationForOrientation()
1309 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
[all …]