Searched refs:mAnimY (Results 1 – 1 of 1) sorted by relevance
78 private ObjectAnimator mAnimY; field in Ripple312 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()