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()
118 private val endActions = ArrayList<EndAction>() constant662 private var endActions: List<EndAction> variable in com.android.wm.shell.shared.animation.InternalListener
88 void startAll(Runnable... endActions); in startAll()