Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java61 private static final Interpolator ICON_INTERPOLATOR = new PathInterpolator(0.15f, 0f, 1f, 1f); field in SplashScreenExitAnimationUtils
201 ICON_INTERPOLATOR.getInterpolation(getProgress( in createRadialVanishSlideUpAnimator()
260 final float iconFadeProgress = ICON_INTERPOLATOR.getInterpolation(getProgress( in createFadeOutAnimation()