Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java103 private final int mCarDockRotation; field in DisplayRotation
254 mCarDockRotation = readRotation(R.integer.config_carDockRotation); in DisplayRotation()
1154 && (carDockEnablesAccelerometer || mCarDockRotation >= 0)) { in rotationForOrientation()
1158 preferredRotation = carDockEnablesAccelerometer ? sensorRotation : mCarDockRotation; in rotationForOrientation()
1508 pw.print(prefix + " mCarDockRotation=" + Surface.rotationToString(mCarDockRotation)); in dump()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java740 private int mCarDockRotation; field in DisplayRotationTests.DisplayRotationBuilder
760 mCarDockRotation = rotation; in setCarDockRotation()
875 .thenReturn(convertRotationToDegrees(mCarDockRotation)); in build()