Home | History | Annotate | Download | only in am

Lines Matching refs:createStack

1775         wm.createStack(HOME_STACK_ID, -1, StackBox.TASK_STACK_GOES_OVER, 1.0f);
7110 public int createStack(int taskId, int relativeStackBoxId, int position, float weight) {
7112 "createStack()");
7113 if (DEBUG_STACK) Slog.d(TAG, "createStack: taskId=" + taskId + " relStackBoxId=" +
7118 int stackId = mStackSupervisor.createStack();
7119 mWindowManager.createStack(stackId, relativeStackBoxId, position, weight);