Searched refs:topOptions (Results 1 – 1 of 1) sorted by relevance
3317 ActivityOptions topOptions = null; in resetTargetTaskIfNeededLocked() local3393 if (noOptions && topOptions == null) { in resetTargetTaskIfNeededLocked()3394 topOptions = p.takeOptionsLocked(false /* fromClient */); in resetTargetTaskIfNeededLocked()3395 if (topOptions != null) { in resetTargetTaskIfNeededLocked()3432 if (noOptions && topOptions == null) { in resetTargetTaskIfNeededLocked()3433 topOptions = p.takeOptionsLocked(false /* fromClient */); in resetTargetTaskIfNeededLocked()3434 if (topOptions != null) { in resetTargetTaskIfNeededLocked()3455 return topOptions; in resetTargetTaskIfNeededLocked()3578 ActivityOptions topOptions = null; in resetTaskIfNeededLocked() local3587 topOptions = resetTargetTaskIfNeededLocked(task, forceReset); in resetTaskIfNeededLocked()[all …]