HomeSort by relevance Sort by last modified time
    Searched refs:onCompleteRunnable (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 488 Runnable onCompleteRunnable = new Runnable() {
497 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
502 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
508 null, null, onCompleteRunnable, animationEndStyle, anchorView);
525 * @param onCompleteRunnable Optional runnable to run on animation completion.
536 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
597 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
602 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
627 if (onCompleteRunnable != null) {
628 onCompleteRunnable.run()
    [all...]
Launcher.java 659 Runnable onCompleteRunnable = null;
668 onCompleteRunnable = new Runnable() {
679 onCompleteRunnable = new Runnable() {
689 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
693 onCompleteRunnable.run();
    [all...]
Workspace.java     [all...]

Completed in 47 milliseconds