Searched refs:thresholdInterpolator (Results 1 – 1 of 1) sorted by relevance
304 thresholdInterpolator(threshold, INSTANT)); in applyOverviewToAllAppsAnimConfig()306 thresholdInterpolator(threshold, INSTANT)); in applyOverviewToAllAppsAnimConfig()307 config.setInterpolator(ANIM_ALL_APPS_FADE, thresholdInterpolator(threshold, INSTANT)); in applyOverviewToAllAppsAnimConfig()310 thresholdInterpolator(threshold, mapToProgress(LINEAR, threshold, 1f))); in applyOverviewToAllAppsAnimConfig()315 private static Interpolator thresholdInterpolator(float threshold, Interpolator interpolator) { in thresholdInterpolator() method in AllAppsSwipeController