Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
DOverviewState.java18 import static com.android.launcher3.LauncherAnimUtils.OVERVIEW_TRANSITION_MS;
29 super(id, ContainerType.WORKSPACE, OVERVIEW_TRANSITION_MS, FLAG_DISABLE_RESTORE); in OverviewState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java18 import static com.android.launcher3.LauncherAnimUtils.OVERVIEW_TRANSITION_MS;
42 super(id, logContainer, OVERVIEW_TRANSITION_MS, STATE_FLAGS); in BackgroundAppState()
DOverviewState.java20 import static com.android.launcher3.LauncherAnimUtils.OVERVIEW_TRANSITION_MS;
67 this(id, OVERVIEW_TRANSITION_MS, STATE_FLAGS); in OverviewState()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java21 import static com.android.launcher3.LauncherAnimUtils.OVERVIEW_TRANSITION_MS;
58 this(id, OVERVIEW_TRANSITION_MS, STATE_FLAGS); in OverviewState()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java31 public static final int OVERVIEW_TRANSITION_MS = 250; field in LauncherAnimUtils
DWorkspace.java19 import static com.android.launcher3.LauncherAnimUtils.OVERVIEW_TRANSITION_MS;
1345 snapToPage(whichPage, OVERVIEW_TRANSITION_MS, Interpolators.ZOOM_IN); in snapToPageFromOverView()