Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java54 int animationStartTag = animatableProperty.getAnimationStartTag(); in startAnimation() local
56 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation()
73 view.setTag(animationStartTag, newStartValue); in startAnimation()
108 view.setTag(animationStartTag, null); in startAnimation()
114 view.setTag(animationStartTag, currentValue); in startAnimation()