Searched refs:ALL_APPS_TRANSITION_MS (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.launcher3.LauncherAnimUtils.ALL_APPS_TRANSITION_MS;45 super(id, ContainerType.ALLAPPS, ALL_APPS_TRANSITION_MS, STATE_FLAGS); in AllAppsState()
18 import static com.android.launcher3.LauncherAnimUtils.ALL_APPS_TRANSITION_MS;43 super(id, ContainerType.ALLAPPS, ALL_APPS_TRANSITION_MS, STATE_FLAGS); in AllAppsState()
30 public static final int ALL_APPS_TRANSITION_MS = 320; field in LauncherAnimUtils