Searched refs:mDeskDockRotation (Results 1 – 2 of 2) sorted by relevance
132 private final int mDeskDockRotation; field in DisplayRotation284 mDeskDockRotation = readRotation(R.integer.config_deskDockRotation); in DisplayRotation()1298 && (deskDockEnablesAccelerometer || mDeskDockRotation >= 0) in rotationForOrientation()1303 preferredRotation = deskDockEnablesAccelerometer ? sensorRotation : mDeskDockRotation; in rotationForOrientation()1708 pw.println(" mDeskDockRotation=" + Surface.rotationToString(mDeskDockRotation)); in dump()
1371 private int mDeskDockRotation; field in DisplayRotationTests.DisplayRotationBuilder1419 mDeskDockRotation = rotation; in setDeskDockRotation()1566 .thenReturn(convertRotationToDegrees(mDeskDockRotation)); in build()