Searched refs:mapToProgress (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 84 Interpolators.mapToProgress(LINEAR, 0f, ALL_APPS_FULL_DEPTH_PROGRESS); 114 Interpolators.mapToProgress(LINEAR, 0f, 0.8f), 122 Interpolators.mapToProgress(EMPHASIZED_DECELERATE, 0.2f, 1f), 130 Interpolators.mapToProgress(EMPHASIZED_DECELERATE, 0.4f, 1f),
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | Interpolators.java | 213 public static Interpolator mapToProgress(Interpolator interpolator, float lowerBound, in mapToProgress() method in Interpolators
|