Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivityLaunchState.java33 public boolean launchedFromPipApp; field in RecentsActivityLaunchState
48 launchedFromPipApp = false; in reset()
DRecentsImpl.java178 Recents.getConfiguration().getLaunchState().launchedFromPipApp = true; in onActivityPinned()
986 launchState.launchedFromPipApp = false; in startRecentsActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java565 if (launchState.launchedFromHome || launchState.launchedFromPipApp in update()
585 boolean scrollToFront = launchState.launchedFromHome || launchState.launchedFromPipApp in update()
612 launchState.launchedFromPipApp || in setTaskOverridesForInitialState()
DRecentsView.java255 if (Recents.getConfiguration().getLaunchState().launchedFromPipApp) { in launchPreviousTask()
DTaskStackView.java1832 if (!Recents.getConfiguration().getLaunchState().launchedFromPipApp in onBusEvent()