Searched refs:mLidOpenRotation (Results 1 – 2 of 2) sorted by relevance
127 private final int mLidOpenRotation; field in DisplayRotation278 mLidOpenRotation = readRotation(R.integer.config_lidOpenRotation); in DisplayRotation()1254 } else if (lidState == LID_OPEN && mLidOpenRotation >= 0) { in rotationForOrientation()1256 preferredRotation = mLidOpenRotation; in rotationForOrientation()1482 if (lidState == LID_OPEN && mLidOpenRotation >= 0) { in isRotationChoiceAllowed()1682 pw.println(prefix + " mLidOpenRotation=" + Surface.rotationToString(mLidOpenRotation)); in dump()
1264 private int mLidOpenRotation = WindowManagerPolicy.WindowManagerFuncs.LID_ABSENT; field in DisplayRotationTests.DisplayRotationBuilder1304 mLidOpenRotation = rotation; in setLidOpenRotation()1455 .thenReturn(convertRotationToDegrees(mLidOpenRotation)); in build()