Searched refs:mFadeAnim (Results 1 – 2 of 2) sorted by relevance
101 ViewPropertyAnimatorCompat mFadeAnim = null; field in AppCompatDelegateImplV7716 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(1f); in startSupportActionModeFromWindow()717 mFadeAnim.setListener(new ViewPropertyAnimatorListenerAdapter() { in startSupportActionModeFromWindow()721 mFadeAnim.setListener(null); in startSupportActionModeFromWindow()722 mFadeAnim = null; in startSupportActionModeFromWindow()753 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(1f); in startSupportActionModeFromWindow()754 mFadeAnim.setListener(new ViewPropertyAnimatorListenerAdapter() { in startSupportActionModeFromWindow()758 mFadeAnim.setListener(null); in startSupportActionModeFromWindow()759 mFadeAnim = null; in startSupportActionModeFromWindow()787 if (mFadeAnim != null) { in endOnGoingFadeAnimation()[all …]
2221 private ObjectAnimator mFadeAnim; field in PhoneWindow.DecorView3403 mFadeAnim = ObjectAnimator.ofFloat(mPrimaryActionModeView, View.ALPHA,3405 mFadeAnim.addListener(new Animator.AnimatorListener() {3414 mFadeAnim = null;3427 mFadeAnim.start();3449 if (mFadeAnim != null) {3450 mFadeAnim.end();3462 mFadeAnim = ObjectAnimator.ofFloat(mPrimaryActionModeView, View.ALPHA, 0f, 1f);3463 mFadeAnim.addListener(new Animator.AnimatorListener() {3472 mFadeAnim = null;[all …]