Home
last modified time | relevance | path

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

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