Searched refs:mRotationLockHistory (Results 1 – 1 of 1) sorted by relevance
136 private final RotationLockHistory mRotationLockHistory = new RotationLockHistory(); field in DisplayRotation948 mRotationLockHistory.addRecord(userRotationMode, userRotation, caller); in setUserRotation()1746 if (!mRotationLockHistory.mRecords.isEmpty()) { in dump()1750 for (RotationLockHistory.Record r : mRotationLockHistory.mRecords) { in dump()