Searched refs:LINEAR_INTERPOLATOR (Results 1 – 7 of 7) sorted by relevance
43 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in UserAspectRatioSettingsLayout147 fadeIn.setInterpolator(LINEAR_INTERPOLATOR); in showItem()170 fadeOut.setInterpolator(LINEAR_INTERPOLATOR); in hideItem()
32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleBackground91 mAnimator.setInterpolator(LINEAR_INTERPOLATOR); in onStateChanged()
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()
46 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleAnimationSession131 expand.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware()167 exit.setInterpolator(LINEAR_INTERPOLATOR); in exitHardware()201 loop.setInterpolator(LINEAR_INTERPOLATOR); in startAnimation()
158 private static final LinearInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleDrawable877 mBackgroundAnimation.setInterpolator(LINEAR_INTERPOLATOR); in startBackgroundAnimation()
85 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RotationButtonController370 fadeOut.setInterpolator(LINEAR_INTERPOLATOR); in setRotateSuggestionButtonState()
17215 Landroid/graphics/drawable/RippleBackground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…17308 Landroid/graphics/drawable/RippleForeground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…