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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 537 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
538 tydAnim.setDuration(100);
539 bounce.play(tyuAnim).before(tydAnim);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 462 ValueAnimator tydAnim = LauncherAnimUtils.ofFloat(p, "translationY", 0f);
463 tydAnim.setDuration(100);
464 bounce.play(tyuAnim).before(tydAnim);
    [all...]

Completed in 81 milliseconds