Searched refs:onAnimationsComplete (Results 1 – 1 of 1) sorted by relevance
38 private val onAnimationsComplete = mutableListOf<() -> Unit>() constant74 onAnimationsComplete.add(action) in tryExecute()83 onAnimationsComplete.forEach { it() } in onAnimationEnd()84 onAnimationsComplete.clear() in onAnimationEnd()