Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java619 Animator alphaAnim = ObjectAnimator.ofFloat(view, ALPHA, 0.0f, 1.0f); in animateFadeInLayoutAnimation() local
620 alphaAnim.setDuration(LAYOUT_ITEM_ANIMATE_IN_DURATION).setStartDelay(delay); in animateFadeInLayoutAnimation()
621 alphaAnim.addListener(new AnimatorListenerAdapter() { in animateFadeInLayoutAnimation()
629 mLayoutAnimation.play(alphaAnim); in animateFadeInLayoutAnimation()