Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java418 private ObjectAnimator mTintingAnimator; field in RecentsView
3786 if (mTintingAnimator != null) {
3787 mTintingAnimator.cancel();
3788 mTintingAnimator = null;
3793 mTintingAnimator = ObjectAnimator.ofFloat(this, COLOR_TINT, show ? 0.5f : 0f);
3794 mTintingAnimator.setAutoCancel(true);
3795 mTintingAnimator.start();