Home | History | Annotate | Download | only in am

Lines Matching refs:stackId

2388     public void setFocusedStack(int stackId) {
2389 if (DEBUG_FOCUS) Slog.d(TAG, "setFocusedStack: stackId=" + stackId);
2391 ActivityStack stack = mStackSupervisor.getStack(stackId);
8093 rti.stackId = tr.stack != null ? tr.stack.mStackId : -1;
8678 public void moveTaskToStack(int taskId, int stackId, boolean toTop) {
8681 if (stackId == HOME_STACK_ID) {
8688 if (DEBUG_STACK) Slog.d(TAG, "moveTaskToStack: moving task=" + taskId + " to stackId="
8689 + stackId + " toTop=" + toTop);
8690 mStackSupervisor.moveTaskToStackLocked(taskId, stackId, toTop);
8724 public StackInfo getStackInfo(int stackId) {
8730 return mStackSupervisor.getStackInfoLocked(stackId);