Searched refs:progressAnim (Results 1 – 1 of 1) sorted by relevance
1939 ValueAnimator progressAnim = ValueAnimator.ofFloat(0, 1); in createTaskLaunchAnimation() local1940 progressAnim.addUpdateListener(animator -> { in createTaskLaunchAnimation()1968 anim.play(progressAnim); in createTaskLaunchAnimation()