Searched defs:endActions (Results 1 – 3 of 3) sorted by relevance
85 Runnable endActions = () -> { in showMenu() local105 Runnable endActions = () -> { in hideMenu() local124 private void animateTransition(boolean show, Runnable endActions) { in animateTransition()
88 void startAll(Runnable... endActions); in startAll()
118 private val endActions = ArrayList<EndAction>() regex