Searched refs:LINEAR_INTERPOLATOR (Results 1 – 4 of 4) sorted by relevance
39 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in AnimationProps40 public static final AnimationProps IMMEDIATE = new AnimationProps(0, LINEAR_INTERPOLATOR);197 return mPropInterpolators.get(ALL, LINEAR_INTERPOLATOR); in getInterpolator()199 return LINEAR_INTERPOLATOR; in getInterpolator()
41 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleForeground235 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startSoftwareEnter()243 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startSoftwareExit()276 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startHardwareEnter()290 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startHardwareExit()
32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleBackground91 mAnimator.setInterpolator(LINEAR_INTERPOLATOR); in onStateChanged()
20102 Landroid/graphics/drawable/RippleBackground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…20195 Landroid/graphics/drawable/RippleForeground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…