Searched refs:mDeskDockRotation (Results 1 – 2 of 2) sorted by relevance
105 private final int mDeskDockRotation; field in DisplayRotation256 mDeskDockRotation = readRotation(R.integer.config_deskDockRotation); in DisplayRotation()1165 && (deskDockEnablesAccelerometer || mDeskDockRotation >= 0)) { in rotationForOrientation()1169 preferredRotation = deskDockEnablesAccelerometer ? sensorRotation : mDeskDockRotation; in rotationForOrientation()1512 pw.println(" mDeskDockRotation=" + Surface.rotationToString(mDeskDockRotation)); in dump()
741 private int mDeskDockRotation; field in DisplayRotationTests.DisplayRotationBuilder765 mDeskDockRotation = rotation; in setDeskDockRotation()877 .thenReturn(convertRotationToDegrees(mDeskDockRotation)); in build()