Searched refs:getAnimatorTag (Results 1 – 4 of 4) sorted by relevance
42 public abstract int getAnimatorTag(); in getAnimatorTag() method in AnimatableProperty72 public int getAnimatorTag() { in from() method in AnimatableProperty97 public int getAnimatorTag() {
40 int animatorTag = animatableProperty.getAnimatorTag(); in setProperty()61 int animatorTag = animatableProperty.getAnimatorTag(); in startAnimation()119 return view.getTag(property.getAnimatorTag()) != null; in isAnimating()
79 public int getAnimatorTag() {193 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDuration()204 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDelay()215 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingInterpolator()226 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingListener()
86 public int getAnimatorTag() {110 public int getAnimatorTag() {260 return getChildTag(view, property.getAnimatorTag()) != null; in isAnimating()307 abortAnimation(child, SCALE_X_PROPERTY.getAnimatorTag()); in animateTo()314 abortAnimation(child, SCALE_Y_PROPERTY.getAnimatorTag()); in animateTo()