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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 177 final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) {
186 animated, onCompleteRunnable);
189 animated, onCompleteRunnable);
419 final boolean animated, final Runnable onCompleteRunnable) {
451 animated, onCompleteRunnable, cb);
459 final boolean animated, final Runnable onCompleteRunnable) {
477 animated, onCompleteRunnable, cb);
487 final boolean animated, final Runnable onCompleteRunnable,
630 if (onCompleteRunnable != null) {
631 onCompleteRunnable.run()
    [all...]
Folder.java 465 final Runnable onCompleteRunnable;
479 onCompleteRunnable = new Runnable() {
535 onCompleteRunnable = new Runnable() {
554 onCompleteRunnable.run();
    [all...]
DragLayer.java 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()
    [all...]
PagedView.java     [all...]
Launcher.java     [all...]
Workspace.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 521 Runnable onCompleteRunnable = new Runnable() {
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
535 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
558 * @param onCompleteRunnable Optional runnable to run on animation completion.
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
635 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
660 if (onCompleteRunnable != null) {
661 onCompleteRunnable.run()
    [all...]
Folder.java     [all...]
Launcher.java 723 Runnable onCompleteRunnable = null;
732 onCompleteRunnable = new Runnable() {
744 onCompleteRunnable = new Runnable() {
754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
758 onCompleteRunnable.run();
    [all...]

Completed in 397 milliseconds