Searched refs:sourceTask (Results 1 – 1 of 1) sorted by relevance
2034 final TaskRecord sourceTask = mSourceRecord.getTaskRecord(); in computeSourceStack() local2035 mNewTaskIntent = sourceTask != null ? sourceTask.intent : null; in computeSourceStack()2359 final TaskRecord sourceTask = mSourceRecord.getTaskRecord(); in setTaskFromSourceRecord() local2361 if (mRestrictedBgActivity && !sourceTask.containsAppUid(mCallingUid)) { in setTaskFromSourceRecord()2372 final boolean moveStackAllowed = sourceStack.topTask() != sourceTask in setTaskFromSourceRecord()2395 sourceTask.reparent(mTargetStack, ON_TOP, REPARENT_MOVE_STACK_TO_FRONT, !ANIMATE, in setTaskFromSourceRecord()2400 if (topTask != sourceTask && !mAvoidMoveToFront) { in setTaskFromSourceRecord()2401 mTargetStack.moveTaskToFrontLocked(sourceTask, mNoAnimation, mOptions, in setTaskFromSourceRecord()2410 ActivityRecord top = sourceTask.performClearTaskLocked(mStartActivity, mLaunchFlags); in setTaskFromSourceRecord()2427 final ActivityRecord top = sourceTask.findActivityInHistoryLocked(mStartActivity); in setTaskFromSourceRecord()[all …]