Searched defs:mSoftwareAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java45 private Animator mSoftwareAnimator; field in class:RippleComponent
102 mSoftwareAnimator = createSoftwareEnter(fast);
104 if (mSoftwareAnimator != null) {
105 mSoftwareAnimator.start();
123 mSoftwareAnimator = createSoftwareExit();
124 mSoftwareAnimator.start();
213 if (mSoftwareAnimator != null) {
214 mSoftwareAnimator.cancel();
215 mSoftwareAnimator = null;
224 if (mSoftwareAnimator !
[all...]

Completed in 71 milliseconds