Home
last modified time | relevance | path

Searched refs:contentAlpha (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java494 ValueAnimator contentAlpha = ValueAnimator.ofFloat(1.0f, 0f) in animateClearAllTasks() local
496 contentAlpha.setStartDelay(CLEAR_ALL_FADE_DELAY); in animateClearAllTasks()
497 contentAlpha.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in animateClearAllTasks()
511 clearAnim.play(contentAlpha); in animateClearAllTasks()