Home | History | Annotate | Download | only in launcher2

Lines Matching refs:onCompleteRunnable

495         Runnable onCompleteRunnable = new Runnable() {
504 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
509 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
515 null, null, onCompleteRunnable, animationEndStyle, anchorView);
532 * @param onCompleteRunnable Optional runnable to run on animation completion.
543 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
604 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
609 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
634 if (onCompleteRunnable != null) {
635 onCompleteRunnable.run();