Searched refs:onAnimationComplete (Results 1 – 2 of 2) sorted by relevance
453 private val onAnimationComplete: () -> Unit468 onAnimationComplete.invoke()475 onAnimationComplete.invoke()
666 Runnable onAnimationComplete) { in prepareAnimation() argument675 startAnimation(screenRect, showFlash, onAnimationComplete); in prepareAnimation()956 private void startAnimation(Rect screenRect, boolean showFlash, Runnable onAnimationComplete) {963 if (onAnimationComplete != null) {968 onAnimationComplete.run();