Searched refs:progressAnim (Results 1 – 1 of 1) sorted by relevance
1555 ValueAnimator progressAnim = ValueAnimator.ofFloat(0, 1); in createTaskLauncherAnimation() local1556 progressAnim.setInterpolator(LINEAR); in createTaskLauncherAnimation()1557 progressAnim.addUpdateListener(animator -> { in createTaskLauncherAnimation()1581 anim.play(progressAnim); in createTaskLauncherAnimation()