Home
last modified time | relevance | path

Searched refs:BackgroundAppState (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DRecentsState.java18 import static com.android.launcher3.uioverrides.states.BackgroundAppState.getOverviewScaleAndOffset…
50 public static final RecentsState BACKGROUND_APP = new BackgroundAppState(2,
155 private static class BackgroundAppState extends RecentsState { class in RecentsState
156 public BackgroundAppState(int id, int flags) { in BackgroundAppState() method in RecentsState.BackgroundAppState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java33 public class BackgroundAppState extends OverviewState { class
38 public BackgroundAppState(int id) { in BackgroundAppState() method in BackgroundAppState
42 protected BackgroundAppState(int id, int logContainer) { in BackgroundAppState() method in BackgroundAppState
DQuickSwitchState.java29 public class QuickSwitchState extends BackgroundAppState {
DOverviewState.java146 return new BackgroundAppState(id);