Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java304 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