/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 | 463 final Runnable onCompleteRunnable; 477 onCompleteRunnable = new Runnable() { 531 onCompleteRunnable = new Runnable() { 550 if (onCompleteRunnable != null) { 551 onCompleteRunnable.run(); [all...] |
DragLayer.java | 603 Runnable onCompleteRunnable = new Runnable() { 612 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); 617 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, 623 null, null, onCompleteRunnable, animationEndStyle, anchorView); 640 * @param onCompleteRunnable Optional runnable to run on animation completion. 651 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { 714 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, 719 TimeInterpolator interpolator, final Runnable onCompleteRunnable, 744 if (onCompleteRunnable != null) { 745 onCompleteRunnable.run() [all...] |
Launcher.java | [all...] |
PagedView.java | [all...] |
Workspace.java | [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | [all...] |