Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java171 int mUpsideDownRotation; // "other" portrait field in DisplayRotation
395 mUpsideDownRotation = Surface.ROTATION_270; in configure()
398 mUpsideDownRotation = Surface.ROTATION_90; in configure()
402 mUpsideDownRotation = Surface.ROTATION_180; in configure()
1006 return mUpsideDownRotation; in getUpsideDownRotation()
1362 return mUpsideDownRotation; in rotationForOrientation()
1421 return rotation == mPortraitRotation || rotation == mUpsideDownRotation; in isAnyPortrait()
1663 pw.println(" mUpsideDownRotation=" + Surface.rotationToString(mUpsideDownRotation)); in dump()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1026 mTarget.mUpsideDownRotation = Surface.ROTATION_90; in testShouldRotateSeamlessly()