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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 386 final AnimatorSet stateAnimation = animation;
391 if (mCurrentAnimation != stateAnimation)
409 stateAnimation.start();
442 final AnimatorSet stateAnimation = animation;
447 if (mCurrentAnimation != stateAnimation)
464 stateAnimation.start();
613 final AnimatorSet stateAnimation = animation;
619 if (mCurrentAnimation != stateAnimation)
633 stateAnimation.start();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 329 milliseconds