Searched refs:SHIFT_UP_INTERPOLATOR (Results 1 – 1 of 1) sorted by relevance
64 private static final Interpolator SHIFT_UP_INTERPOLATOR = new PathInterpolator(0f, 0f, 0f, 1f); field in SplashScreenExitAnimationUtils410 final float progress = SHIFT_UP_INTERPOLATOR.getInterpolation(linearProgress); in onAnimationProgress()