Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java484 ObjectAnimator itemAnim = ObjectAnimator.ofPropertyValuesHolder(itemView, in animateClearAllTasks() local
486 itemAnim.setDuration(ITEM_ANIMATE_OUT_DURATION); in animateClearAllTasks()
487 itemAnim.setStartDelay(currentDelay); in animateClearAllTasks()
489 clearAnim.play(itemAnim); in animateClearAllTasks()