Searched refs:anim3 (Results 1 – 1 of 1) sorted by relevance
276 Animator anim3 = ObjectAnimator.ofFloat(mNavButtons, View.ALPHA, 1f, 0f); in hideNavButtons() local278 mAnimation.playTogether(anim1, anim2, anim3); in hideNavButtons()302 Animator anim3 = ObjectAnimator.ofFloat(mNavButtons, View.ALPHA, in showNavButtons() local305 combo.playTogether(anim1, anim2, anim3); in showNavButtons()