Searched refs:mSoftwareAnimator (Results 1 – 1 of 1) sorted by relevance
44 private Animator mSoftwareAnimator; field in RippleComponent94 mSoftwareAnimator = createSoftwareEnter(fast); in enter()96 if (mSoftwareAnimator != null) { in enter()97 mSoftwareAnimator.start(); in enter()115 mSoftwareAnimator = createSoftwareExit(); in exit()116 mSoftwareAnimator.start(); in exit()205 if (mSoftwareAnimator != null) { in cancelSoftwareAnimations()206 mSoftwareAnimator.cancel(); in cancelSoftwareAnimations()207 mSoftwareAnimator = null; in cancelSoftwareAnimations()216 if (mSoftwareAnimator != null) { in endSoftwareAnimations()[all …]