Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java77 private HistoricalState[] mHistoricalRecords = new HistoricalState[HISTORY_SIZE];
107 mHistoricalRecords[i] = new HistoricalState(); in StatusBarStateControllerImpl()
325 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()
334 private static class HistoricalState { class in StatusBarStateControllerImpl