Searched refs:mCurrentColorAnim (Results 1 – 1 of 1) sorted by relevance
103 private AnimatorSet mCurrentColorAnim; field in ButtonDropTarget198 if (mCurrentColorAnim != null) { in animateTextColor()199 mCurrentColorAnim.cancel(); in animateTextColor()202 mCurrentColorAnim = new AnimatorSet(); in animateTextColor()203 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION); in animateTextColor()223 mCurrentColorAnim.play(anim1); in animateTextColor()224 mCurrentColorAnim.play(ObjectAnimator.ofArgb(this, TEXT_COLOR, targetColor)); in animateTextColor()225 mCurrentColorAnim.start(); in animateTextColor()245 if (mCurrentColorAnim != null) { in onDragStart()246 mCurrentColorAnim.cancel(); in onDragStart()[all …]