Home
last modified time | relevance | path

Searched refs:LINEAR_INTERPOLATOR (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsLayout.java43 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in UserAspectRatioSettingsLayout
147 fadeIn.setInterpolator(LINEAR_INTERPOLATOR); in showItem()
170 fadeOut.setInterpolator(LINEAR_INTERPOLATOR); in hideItem()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleBackground.java32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleBackground
91 mAnimator.setInterpolator(LINEAR_INTERPOLATOR); in onStateChanged()
DRippleForeground.java41 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleForeground
235 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()
DRippleAnimationSession.java46 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleAnimationSession
131 expand.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware()
167 exit.setInterpolator(LINEAR_INTERPOLATOR); in exitHardware()
201 loop.setInterpolator(LINEAR_INTERPOLATOR); in startAnimation()
DRippleDrawable.java158 private static final LinearInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RippleDrawable
877 mBackgroundAnimation.setInterpolator(LINEAR_INTERPOLATOR); in startBackgroundAnimation()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java85 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in RotationButtonController
370 fadeOut.setInterpolator(LINEAR_INTERPOLATOR); in setRotateSuggestionButtonState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17215 Landroid/graphics/drawable/RippleBackground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…
17308 Landroid/graphics/drawable/RippleForeground;->LINEAR_INTERPOLATOR:Landroid/animation/TimeInterpolat…