Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DPropertyAnimatorTest.java86 public int getAnimatorTag() {
201 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDuration()
212 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDelay()
223 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingInterpolator()
234 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingListener()
248 assertNull(mView.getTag(mProperty.getAnimatorTag())); in testListenerCallbackOrderAndTagState()
256 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testListenerCallbackOrderAndTagState()
258 assertNotNull(mView.getTag(mProperty.getAnimatorTag())); in testListenerCallbackOrderAndTagState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java49 int animatorTag = animatableProperty.getAnimatorTag(); in setProperty()
70 int animatorTag = animatableProperty.getAnimatorTag(); in startAnimation()
149 ValueAnimator animator = (ValueAnimator) view.getTag(property.getAnimatorTag()); in cancelAnimation()
156 return view.getTag(property.getAnimatorTag()) != null; in isAnimating()
DAnimatableProperty.java153 public abstract int getAnimatorTag(); in getAnimatorTag() method in AnimatableProperty
183 public int getAnimatorTag() { in from() method in AnimatableProperty
208 public int getAnimatorTag() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java89 public int getAnimatorTag() {
113 public int getAnimatorTag() {
367 return getChildTag(view, property.getAnimatorTag()) != null; in isAnimating()
415 abortAnimation(child, SCALE_X_PROPERTY.getAnimatorTag()); in animateTo()
422 abortAnimation(child, SCALE_Y_PROPERTY.getAnimatorTag()); in animateTo()