Home
last modified time | relevance | path

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

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