HomeSort by relevance Sort by last modified time
    Searched refs:onCompleteRunnable (Results 1 - 13 of 13) 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...]
FolderIcon.java 339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) {
347 onCompleteRunnable);
570 final Runnable onCompleteRunnable) {
601 if (onCompleteRunnable != null) {
602 onCompleteRunnable.run();
Launcher.java 697 Runnable onCompleteRunnable = null;
706 onCompleteRunnable = new Runnable() {
718 onCompleteRunnable = new Runnable() {
728 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
732 onCompleteRunnable.run();
    [all...]
Folder.java     [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 550 Runnable onCompleteRunnable = new Runnable() {
559 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
564 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
570 null, null, onCompleteRunnable, animationEndStyle, anchorView);
587 * @param onCompleteRunnable Optional runnable to run on animation completion.
598 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
659 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
664 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
689 if (onCompleteRunnable != null) {
690 onCompleteRunnable.run()
    [all...]
FolderIcon.java 355 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) {
363 onCompleteRunnable);
588 final Runnable onCompleteRunnable) {
619 if (onCompleteRunnable != null) {
620 onCompleteRunnable.run();
Launcher.java 777 Runnable onCompleteRunnable = null;
786 onCompleteRunnable = new Runnable() {
797 onCompleteRunnable = new Runnable() {
807 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
811 onCompleteRunnable.run();
    [all...]
Workspace.java     [all...]
Folder.java     [all...]
PagedView.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 278 protected boolean zoomIn(final Runnable onCompleteRunnable) {
280 return super.zoomIn(onCompleteRunnable);
PagedView.java     [all...]

Completed in 363 milliseconds