Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTaskStack.java268 public boolean isNextLaunchTargetPip(long lastPipTime) { in isNextLaunchTargetPip() argument
271 if (nextLaunchTarget != null && lastPipTime > 0) { in isNextLaunchTargetPip()
273 return lastPipTime > nextLaunchTarget.key.lastActiveTime; in isNextLaunchTargetPip()
274 } else if (launchTarget != null && lastPipTime > 0 && getTaskCount() == 1) { in isNextLaunchTargetPip()