Lines Matching defs:onCompleteRunnable
626 Runnable onCompleteRunnable = new Runnable() {
635 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
640 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
646 null, null, onCompleteRunnable, animationEndStyle, anchorView);
663 * @param onCompleteRunnable Optional runnable to run on animation completion.
674 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
741 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
765 if (onCompleteRunnable != null) {
766 onCompleteRunnable.run();