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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 533 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
534 tyuAnim.setDuration(125);
537 bounce.play(tyuAnim).before(tydAnim);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 520 ValueAnimator tyuAnim = LauncherAnimUtils.ofFloat(p, "translationY", offsetY);
521 tyuAnim.setDuration(125);
524 bounce.play(tyuAnim).before(tydAnim);
    [all...]

Completed in 2579 milliseconds