Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivityLaunchState.java33 public boolean launchedFromPipApp; field in RecentsActivityLaunchState
46 launchedFromPipApp = false; in reset()
DRecentsImpl.java196 LegacyRecentsImpl.getConfiguration().getLaunchState().launchedFromPipApp = true; in onActivityPinned()
1022 launchState.launchedFromPipApp = false; in startRecentsActivity()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java86 int maxVisible = launchState.launchedFromHome || launchState.launchedFromPipApp in computeStackVisibilityReport()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java480 if (launchState.launchedFromHome || launchState.launchedFromPipApp in update()
504 boolean scrollToFront = launchState.launchedFromHome || launchState.launchedFromPipApp in update()
535 launchState.launchedFromPipApp || in setTaskOverridesForInitialState()
993 launchState.launchedFromHome || launchState.launchedFromPipApp in getStackScrollForTaskAtInitialOffset()
DRecentsView.java352 if (LegacyRecentsImpl.getConfiguration().getLaunchState().launchedFromPipApp) {
DTaskStackView.java1732 if (!LegacyRecentsImpl.getConfiguration().getLaunchState().launchedFromPipApp in onBusEvent()