Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DBaseShadeControllerImpl.kt37 private val postCollapseActions = ArrayList<Runnable>() constant
62 postCollapseActions.add(action) in expandToQs()
66 val clonedList: ArrayList<Runnable> = ArrayList(postCollapseActions) in runPostCollapseActions()
67 postCollapseActions.clear() in runPostCollapseActions()