Searched refs:mPostCollapseRunnables (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java483 ArrayList<Runnable> mPostCollapseRunnables = new ArrayList<>(); field in class:StatusBar
3117 ArrayList<Runnable> clonedList = new ArrayList<>(mPostCollapseRunnables);
3118 mPostCollapseRunnables.clear();
4383 mPostCollapseRunnables.add(r);

Completed in 44 milliseconds