Home
last modified time | relevance | path

Searched defs:animatorTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java47 int animatorTag = animatableProperty.getAnimatorTag(); in setProperty() local
68 int animatorTag = animatableProperty.getAnimatorTag(); in startAnimation() local
DAnimatableProperty.java154 Function<T, Float> getter, int animatorTag, int startValueTag, int endValueTag) { in from()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java625 protected void abortAnimation(View child, int animatorTag) { in abortAnimation()