Searched refs:postCollapseActions (Results 1 – 1 of 1) sorted by relevance
37 private val postCollapseActions = ArrayList<Runnable>() constant62 postCollapseActions.add(action) in expandToQs()66 val clonedList: ArrayList<Runnable> = ArrayList(postCollapseActions) in runPostCollapseActions()67 postCollapseActions.clear() in runPostCollapseActions()