HomeSort by relevance Sort by last modified time
    Searched refs:setCustomInterpolator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationProperties.java 74 public AnimationProperties setCustomInterpolator(Property property, Interpolator interpolator) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
PropertyAnimatorTest.java 214 mAnimationProperties.setCustomInterpolator(mEffectiveProperty, mTestInterpolator);
225 mAnimationProperties.setCustomInterpolator(mEffectiveProperty, mTestInterpolator);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 77 .setCustomInterpolator(View.TRANSLATION_Y, Interpolators.ICON_OVERSHOT);

Completed in 1420 milliseconds