Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleComponent.java45 private Animator mSoftwareAnimator; field in RippleComponent
102 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 …]