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.java79 private HistoricalState[] mHistoricalRecords = new HistoricalState[HISTORY_SIZE];
119 mHistoricalRecords[i] = new HistoricalState(); in StatusBarStateControllerImpl()
366 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()
375 private static class HistoricalState { class in StatusBarStateControllerImpl