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

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
AnimationProps.java 39 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
40 public static final AnimationProps IMMEDIATE = new AnimationProps(0, LINEAR_INTERPOLATOR);
197 return mPropInterpolators.get(ALL, LINEAR_INTERPOLATOR);
199 return LINEAR_INTERPOLATOR;
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
91 mAnimator.setInterpolator(LINEAR_INTERPOLATOR);
RippleForeground.java 41 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
235 opacity.setInterpolator(LINEAR_INTERPOLATOR);
243 opacity.setInterpolator(LINEAR_INTERPOLATOR);
276 opacity.setInterpolator(LINEAR_INTERPOLATOR);
290 opacity.setInterpolator(LINEAR_INTERPOLATOR);
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 67 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
575 animator.setInterpolator(LINEAR_INTERPOLATOR);
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 518 milliseconds