Searched refs:MIN_PROGRESS_TO_ALL_APPS (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.launcher3.LauncherAnimUtils.MIN_PROGRESS_TO_ALL_APPS;391 ? MIN_PROGRESS_TO_ALL_APPS : SUCCESS_TRANSITION_PROGRESS; in onDragEnd()
36 public static final float MIN_PROGRESS_TO_ALL_APPS = 0.5f; field in LauncherAnimUtils