Searched refs:mPostCollapseRunnables (Results 1 – 1 of 1) sorted by relevance
464 ArrayList<Runnable> mPostCollapseRunnables = new ArrayList<>(); field in StatusBar2970 ArrayList<Runnable> clonedList = new ArrayList<>(mPostCollapseRunnables); in runPostCollapseRunnables()2971 mPostCollapseRunnables.clear(); in runPostCollapseRunnables()4143 mPostCollapseRunnables.add(r); in addPostCollapseAction()