Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRipple.java78 private ObjectAnimator mAnimY; field in Ripple
312 mAnimY = cY; in enter()
442 if (mAnimY != null) { in endSoftwareAnimations()
443 mAnimY.end(); in endSoftwareAnimations()
444 mAnimY = null; in endSoftwareAnimations()
481 mAnimY = yAnim; in exitSoftware()
516 if (mAnimY != null) { in cancelSoftwareAnimations()
517 mAnimY.cancel(); in cancelSoftwareAnimations()
518 mAnimY = null; in cancelSoftwareAnimations()