Searched refs:mDelayAnim (Results 1 – 1 of 1) sorted by relevance
108 private ValueAnimator mDelayAnim = null; field in AnimatorSet291 if (mDelayAnim != null && mDelayAnim.isRunning()) { in cancel()294 mDelayAnim.cancel(); in cancel()329 if (mDelayAnim != null) { in end()330 mDelayAnim.cancel(); in end()504 mDelayAnim = ValueAnimator.ofFloat(0f, 1f); in start()505 mDelayAnim.setDuration(mStartDelay); in start()506 mDelayAnim.addListener(new AnimatorListenerAdapter() { in start()522 mDelayAnim.start(); in start()