Searched defs:contentAlphaAnimation (Results 1 – 1 of 1) sorted by relevance
275 Animator contentAlphaAnimation = ObjectAnimator.ofFloat(displayedContent, ALPHA, 1f, 0f); in getCloseAnimation() local324 Animator contentAlphaAnimation = ObjectAnimator.ofFloat(displayedContent, ALPHA, 0f, 1f); in animateOpen() local