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.java19 import static com.android.launcher3.uioverrides.states.BackgroundAppState.getOverviewScaleAndOffset…
52 public static final RecentsState BACKGROUND_APP = new BackgroundAppState(2,
171 private static class BackgroundAppState extends RecentsState { class in RecentsState
172 public BackgroundAppState(int id, int flags) { in BackgroundAppState() method in RecentsState.BackgroundAppState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java35 public class BackgroundAppState extends OverviewState { class
40 public BackgroundAppState(int id) { in BackgroundAppState() method in BackgroundAppState
44 protected BackgroundAppState(int id, int logContainer) { in BackgroundAppState() method in BackgroundAppState
DQuickSwitchState.java32 public class QuickSwitchState extends BackgroundAppState {
DOverviewState.java222 return new BackgroundAppState(id);