Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java128 private final int mCarDockRotation; field in DisplayRotation
279 mCarDockRotation = readRotation(R.integer.config_carDockRotation); in DisplayRotation()
1258 && (carDockEnablesAccelerometer || mCarDockRotation >= 0)) { in rotationForOrientation()
1262 preferredRotation = carDockEnablesAccelerometer ? sensorRotation : mCarDockRotation; in rotationForOrientation()
1671 pw.print(prefix + " mCarDockRotation=" + Surface.rotationToString(mCarDockRotation)); in dump()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1265 private int mCarDockRotation; field in DisplayRotationTests.DisplayRotationBuilder
1309 mCarDockRotation = rotation; in setCarDockRotation()
1457 .thenReturn(convertRotationToDegrees(mCarDockRotation)); in build()