Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java169 int mLandscapeRotation; // default landscape field in DisplayRotation
404 mLandscapeRotation = Surface.ROTATION_0; in configure()
417 mLandscapeRotation = Surface.ROTATION_270; in configure()
420 mLandscapeRotation = Surface.ROTATION_90; in configure()
430 mDemoHdmiRotation = mLandscapeRotation; in configure()
439 mDemoRotation = mLandscapeRotation; in configure()
1026 return mLandscapeRotation; in getLandscapeRotation()
1391 return mLandscapeRotation; in rotationForOrientation()
1416 return mLandscapeRotation; in rotationForOrientation()
1453 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java1067 displayRotation.mLandscapeRotation = Surface.ROTATION_270; in setReverseDefaultRotation()
1070 displayRotation.mLandscapeRotation = Surface.ROTATION_90; in setReverseDefaultRotation()
DDisplayContentTests.java1922 assertEquals(defaultDisplayRotation.mLandscapeRotation, in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1924 assertEquals(defaultDisplayRotation.mLandscapeRotation, in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()