Searched refs:topOptions (Results 1 – 1 of 1) sorted by relevance
3332 ActivityOptions topOptions = null; in resetTargetTaskIfNeededLocked() local3408 if (noOptions && topOptions == null) { in resetTargetTaskIfNeededLocked()3409 topOptions = p.takeOptionsLocked(false /* fromClient */); in resetTargetTaskIfNeededLocked()3410 if (topOptions != null) { in resetTargetTaskIfNeededLocked()3447 if (noOptions && topOptions == null) { in resetTargetTaskIfNeededLocked()3448 topOptions = p.takeOptionsLocked(false /* fromClient */); in resetTargetTaskIfNeededLocked()3449 if (topOptions != null) { in resetTargetTaskIfNeededLocked()3470 return topOptions; in resetTargetTaskIfNeededLocked()3593 ActivityOptions topOptions = null; in resetTaskIfNeededLocked() local3602 topOptions = resetTargetTaskIfNeededLocked(task, forceReset); in resetTaskIfNeededLocked()[all …]