Searched refs:contentAlpha (Results 1 – 1 of 1) sorted by relevance
494 ValueAnimator contentAlpha = ValueAnimator.ofFloat(1.0f, 0f) in animateClearAllTasks() local496 contentAlpha.setStartDelay(CLEAR_ALL_FADE_DELAY); in animateClearAllTasks()497 contentAlpha.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in animateClearAllTasks()511 clearAnim.play(contentAlpha); in animateClearAllTasks()