Searched refs:openAnimationProgress (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java241 * @param openAnimationProgress The progress that the open interpolator ended at.
243 public CloseInterpolator(float openAnimationProgress) { argument
245 mStartProgress = 1f - openAnimationProgress;
246 mRemainingProgress = openAnimationProgress;

Completed in 135 milliseconds