Searched refs:sourceTask (Results 1 – 1 of 1) sorted by relevance
2053 final TaskRecord sourceTask = mSourceRecord.getTaskRecord(); in computeSourceStack() local2054 mNewTaskIntent = sourceTask != null ? sourceTask.intent : null; in computeSourceStack()2378 final TaskRecord sourceTask = mSourceRecord.getTaskRecord(); in setTaskFromSourceRecord() local2380 if (mRestrictedBgActivity && !sourceTask.containsAppUid(mCallingUid)) { in setTaskFromSourceRecord()2391 final boolean moveStackAllowed = sourceStack.topTask() != sourceTask in setTaskFromSourceRecord()2414 sourceTask.reparent(mTargetStack, ON_TOP, REPARENT_MOVE_STACK_TO_FRONT, !ANIMATE, in setTaskFromSourceRecord()2419 if (topTask != sourceTask && !mAvoidMoveToFront) { in setTaskFromSourceRecord()2420 mTargetStack.moveTaskToFrontLocked(sourceTask, mNoAnimation, mOptions, in setTaskFromSourceRecord()2429 ActivityRecord top = sourceTask.performClearTaskLocked(mStartActivity, mLaunchFlags); in setTaskFromSourceRecord()2446 final ActivityRecord top = sourceTask.findActivityInHistoryLocked(mStartActivity); in setTaskFromSourceRecord()[all …]