Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java73 private final int mDeskDockRotation; field in DisplayRotation
158 mDeskDockRotation = readRotation( in DisplayRotation()
571 && (deskDockEnablesAccelerometer || mDeskDockRotation >= 0)) { in rotationForOrientation()
575 preferredRotation = deskDockEnablesAccelerometer ? sensorRotation : mDeskDockRotation; in rotationForOrientation()
897 pw.println(" mDeskDockRotation=" + Surface.rotationToString(mDeskDockRotation)); in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java665 private int mDeskDockRotation; field in DisplayRotationTests.DisplayRotationBuilder
689 mDeskDockRotation = rotation; in setDeskDockRotation()
799 .thenReturn(convertRotationToDegrees(mDeskDockRotation)); in build()