Searched refs:mSoftwareAnimator (Results 1 – 1 of 1) sorted by relevance
45 private Animator mSoftwareAnimator; field in RippleComponent102 mSoftwareAnimator = createSoftwareEnter(fast); in enter()104 if (mSoftwareAnimator != null) { in enter()105 mSoftwareAnimator.start(); in enter()123 mSoftwareAnimator = createSoftwareExit(); in exit()124 mSoftwareAnimator.start(); in exit()213 if (mSoftwareAnimator != null) { in cancelSoftwareAnimations()214 mSoftwareAnimator.cancel(); in cancelSoftwareAnimations()215 mSoftwareAnimator = null; in cancelSoftwareAnimations()224 if (mSoftwareAnimator != null) { in endSoftwareAnimations()[all …]