Searched refs:textAlpha (Results 1 – 1 of 1) sorted by relevance
521 Animator textAlpha = ObjectAnimator.ofFloat(mFooter, "alpha", 0f, 1f); in animateOpen() local522 textAlpha.setDuration(mMaterialExpandDuration); in animateOpen()523 textAlpha.setStartDelay(mMaterialExpandStagger); in animateOpen()524 textAlpha.setInterpolator(new AccelerateInterpolator(1.5f)); in animateOpen()528 anim.play(textAlpha); in animateOpen()