Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java132 int mLandscapeRotation; // default landscape field in DisplayRotation
298 mLandscapeRotation = Surface.ROTATION_0; in configure()
311 mLandscapeRotation = Surface.ROTATION_270; in configure()
314 mLandscapeRotation = Surface.ROTATION_90; in configure()
324 mDemoHdmiRotation = mLandscapeRotation; in configure()
333 mDemoRotation = mLandscapeRotation; in configure()
912 return mLandscapeRotation; in getLandscapeRotation()
1257 return mLandscapeRotation; in rotationForOrientation()
1282 return mLandscapeRotation; in rotationForOrientation()
1306 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
[all …]