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

  /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 697 Runnable onCompleteRunnable = null;
706 onCompleteRunnable = new Runnable() {
718 onCompleteRunnable = new Runnable() {
728 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
732 onCompleteRunnable.run();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java     [all...]
DragLayer.java 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()
    [all...]
Launcher.java     [all...]
PagedView.java     [all...]
Workspace.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 1465 milliseconds