Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java136 private final RotationLockHistory mRotationLockHistory = new RotationLockHistory(); field in DisplayRotation
948 mRotationLockHistory.addRecord(userRotationMode, userRotation, caller); in setUserRotation()
1746 if (!mRotationLockHistory.mRecords.isEmpty()) { in dump()
1750 for (RotationLockHistory.Record r : mRotationLockHistory.mRecords) { in dump()