Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java38 AnimatableProperty animatableProperty, float newEndValue, in startAnimation()
105 public interface AnimatableProperty { interface in PropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DViewState.java67 private static final PropertyAnimator.AnimatableProperty SCALE_X_PROPERTY
68 = new PropertyAnimator.AnimatableProperty() {
91 private static final PropertyAnimator.AnimatableProperty SCALE_Y_PROPERTY
92 = new PropertyAnimator.AnimatableProperty() {
254 public static boolean isAnimating(View view, PropertyAnimator.AnimatableProperty property) { in isAnimating()
406 private void updateAnimation(View view, PropertyAnimator.AnimatableProperty property, in updateAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DPropertyAnimatorTest.java66 private PropertyAnimator.AnimatableProperty mProperty
67 = new PropertyAnimator.AnimatableProperty() {