Lines Matching defs:onCompleteRunnable
564 Runnable onCompleteRunnable = new Runnable() {
573 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
578 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
584 null, null, onCompleteRunnable, animationEndStyle, anchorView);
601 * @param onCompleteRunnable Optional runnable to run on animation completion.
612 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
675 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
680 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
705 if (onCompleteRunnable != null) {
706 onCompleteRunnable.run();