Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java127 private final int mLidOpenRotation; field in DisplayRotation
278 mLidOpenRotation = readRotation(R.integer.config_lidOpenRotation); in DisplayRotation()
1254 } else if (lidState == LID_OPEN && mLidOpenRotation >= 0) { in rotationForOrientation()
1256 preferredRotation = mLidOpenRotation; in rotationForOrientation()
1482 if (lidState == LID_OPEN && mLidOpenRotation >= 0) { in isRotationChoiceAllowed()
1682 pw.println(prefix + " mLidOpenRotation=" + Surface.rotationToString(mLidOpenRotation)); in dump()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1264 private int mLidOpenRotation = WindowManagerPolicy.WindowManagerFuncs.LID_ABSENT; field in DisplayRotationTests.DisplayRotationBuilder
1304 mLidOpenRotation = rotation; in setLidOpenRotation()
1455 .thenReturn(convertRotationToDegrees(mLidOpenRotation)); in build()