Searched defs:forEndCallback (Results 1 – 6 of 6) sorted by relevance
43 public static AnimatorListener forEndCallback(Consumer<Boolean> callback) { in forEndCallback() method in AnimatorListeners50 public static AnimatorListener forEndCallback(Runnable callback) { in forEndCallback() method in AnimatorListeners
115 mSpringBounce.addListener(forEndCallback(() -> { in startSpring() method
616 as.addListener(forEndCallback(() -> { in addRevealAnimToIsStashed() method
104 anim.addListener(forEndCallback(() -> { in run() method
467 anim.addListener(forEndCallback((success) -> { in bindItem() method
630 animatorSet.addListener(forEndCallback(() -> { in updatePrivateStateAnimator() method