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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 203 final boolean animated, final Runnable onCompleteRunnable) {
217 animated, animType, onCompleteRunnable);
221 animated, onCompleteRunnable);
224 animated, onCompleteRunnable);
521 final Runnable onCompleteRunnable) {
557 animated, type, onCompleteRunnable, cb);
565 final Runnable onCompleteRunnable) {
587 animated, CIRCULAR_REVEAL, onCompleteRunnable, cb);
595 final Runnable onCompleteRunnable) {
642 if (onCompleteRunnable != null)
    [all...]
Launcher.java     [all...]
Workspace.java     [all...]
PagedView.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...]
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 723 Runnable onCompleteRunnable = null;
732 onCompleteRunnable = new Runnable() {
744 onCompleteRunnable = new Runnable() {
754 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
758 onCompleteRunnable.run();
    [all...]
Folder.java     [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 752 Runnable onCompleteRunnable = new Runnable() {
761 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
766 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
772 null, null, onCompleteRunnable, animationEndStyle, anchorView);
790 * @param onCompleteRunnable Optional runnable to run on animation completion.
801 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 275 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) {
283 onCompleteRunnable);
799 * @param onCompleteRunnable runnable to execute upon animation completion
802 int index1, int nItems1, int duration, final Runnable onCompleteRunnable) {
835 if (onCompleteRunnable != null) {
836 onCompleteRunnable.run();
    [all...]
Folder.java 546 final Runnable onCompleteRunnable;
556 onCompleteRunnable = new Runnable() {
612 onCompleteRunnable = new Runnable() {
634 onCompleteRunnable.run();
    [all...]

Completed in 2785 milliseconds