Searched refs:progressAnim (Results 1 – 1 of 1) sorted by relevance
1501 ValueAnimator progressAnim = ValueAnimator.ofFloat(0, 1); in createTaskLauncherAnimation() local1502 progressAnim.setInterpolator(LINEAR); in createTaskLauncherAnimation()1503 progressAnim.addUpdateListener(animator -> { in createTaskLauncherAnimation()1527 anim.play(progressAnim); in createTaskLauncherAnimation()