Searched refs:currentStack (Results 1 – 3 of 3) sorted by relevance
1383 ActivityStack currentStack = task.getStack(); in findTaskToMoveToFront() local1384 if (currentStack == null) { in findTaskToMoveToFront()1403 if (stack != currentStack) { in findTaskToMoveToFront()1407 currentStack = stack; in findTaskToMoveToFront()1425 moveHomeStackToFrontIfNeeded(flags, currentStack.getDisplay(), reason); in findTaskToMoveToFront()1429 currentStack.moveTaskToFrontLocked(task, false /* noAnimation */, options, in findTaskToMoveToFront()1433 "findTaskToMoveToFront: moved to front of stack=" + currentStack); in findTaskToMoveToFront()1436 currentStack, forceNonResizeable); in findTaskToMoveToFront()1887 final ActivityStack currentStack = task.getStack(); in restoreRecentTaskLocked() local1888 if (currentStack != null) { in restoreRecentTaskLocked()[all …]
1407 final ActivityStack currentStack = r.getActivityStack(); in startActivity() local1408 startedActivityStack = currentStack != null ? currentStack : mTargetStack; in startActivity()2616 final ActivityStack currentStack = task != null ? task.getStack() : null; in computeStackFocus() local2618 if (currentStack != null) { in computeStackFocus()2619 if (focusedStack != currentStack) { in computeStackFocus()2627 return currentStack; in computeStackFocus()
537 final TaskStack currentStack = task.mStack; in addTask() local540 if (currentStack != null && currentStack.mStackId != mStackId) { in addTask()