Searched refs:currentStack (Results 1 – 3 of 3) sorted by relevance
1380 ActivityStack currentStack = task.getStack(); in findTaskToMoveToFront() local1381 if (currentStack == null) { in findTaskToMoveToFront()1400 if (stack != currentStack) { in findTaskToMoveToFront()1404 currentStack = stack; in findTaskToMoveToFront()1422 moveHomeStackToFrontIfNeeded(flags, currentStack.getDisplay(), reason); in findTaskToMoveToFront()1426 currentStack.moveTaskToFrontLocked(task, false /* noAnimation */, options, in findTaskToMoveToFront()1430 "findTaskToMoveToFront: moved to front of stack=" + currentStack); in findTaskToMoveToFront()1433 currentStack, forceNonResizeable); in findTaskToMoveToFront()1883 final ActivityStack currentStack = task.getStack(); in restoreRecentTaskLocked() local1884 if (currentStack != null) { in restoreRecentTaskLocked()[all …]
1397 final ActivityStack currentStack = r.getActivityStack(); in startActivity() local1398 startedActivityStack = currentStack != null ? currentStack : mTargetStack; in startActivity()2597 final ActivityStack currentStack = task != null ? task.getStack() : null; in computeStackFocus() local2599 if (currentStack != null) { in computeStackFocus()2600 if (focusedStack != currentStack) { in computeStackFocus()2608 return currentStack; in computeStackFocus()
537 final TaskStack currentStack = task.mStack; in addTask() local540 if (currentStack != null && currentStack.mStackId != mStackId) { in addTask()