Home
last modified time | relevance | path

Searched refs:launchedWithAltTab (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivityLaunchState.java30 public boolean launchedWithAltTab; field in RecentsActivityLaunchState
49 launchedWithAltTab = false; in reset()
DRecentsImpl.java444 if (!launchState.launchedWithAltTab) { in toggleRecents()
1028 launchState.launchedWithAltTab = mTriggeredFromAltTab; in startRecentsActivity()
DRecentsActivity.java449 if (launchState.launchedWithAltTab) { in reloadStackView()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java507 if (launchState.launchedWithAltTab) { in update()
539 if (ignoreScrollToFront || (!launchState.launchedWithAltTab && !scrollToFront)) { in setTaskOverridesForInitialState()
670 if (launchState.launchedWithAltTab) { in getInitialFocusState()
DTaskStackView.java1338 boolean setFocusOnFirstLayout = !useGridLayout() || launchState.launchedWithAltTab; in onFirstLayout()
2010 false /* scrollToTask */, launchState.launchedWithAltTab); in tryStartEnterAnimation()