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.java72 private final int mCarDockRotation; field in DisplayRotation
156 mCarDockRotation = readRotation( in DisplayRotation()
563 && (carDockEnablesAccelerometer || mCarDockRotation >= 0)) { in rotationForOrientation()
567 preferredRotation = carDockEnablesAccelerometer ? sensorRotation : mCarDockRotation; in rotationForOrientation()
896 pw.print(prefix + " mCarDockRotation=" + Surface.rotationToString(mCarDockRotation)); in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java664 private int mCarDockRotation; field in DisplayRotationTests.DisplayRotationBuilder
684 mCarDockRotation = rotation; in setCarDockRotation()
797 .thenReturn(convertRotationToDegrees(mCarDockRotation)); in build()