Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java515 Animator iconsAlpha = ObjectAnimator.ofFloat(mContentWrapper, "alpha", 0f, 1f); in animateOpen() local
516 iconsAlpha.setDuration(mMaterialExpandDuration); in animateOpen()
517 iconsAlpha.setStartDelay(mMaterialExpandStagger); in animateOpen()
518 iconsAlpha.setInterpolator(new AccelerateInterpolator(1.5f)); in animateOpen()
527 anim.play(iconsAlpha); in animateOpen()