Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java131 private final int mCarDockRotation; field in DisplayRotation
283 mCarDockRotation = readRotation(R.integer.config_carDockRotation); in DisplayRotation()
1290 && (carDockEnablesAccelerometer || mCarDockRotation >= 0)) { in rotationForOrientation()
1294 preferredRotation = carDockEnablesAccelerometer ? sensorRotation : mCarDockRotation; in rotationForOrientation()
1707 pw.print(prefix + " mCarDockRotation=" + Surface.rotationToString(mCarDockRotation)); in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java1370 private int mCarDockRotation; field in DisplayRotationTests.DisplayRotationBuilder
1414 mCarDockRotation = rotation; in setCarDockRotation()
1564 .thenReturn(convertRotationToDegrees(mCarDockRotation)); in build()