Home | History | Annotate | Download | only in app

Lines Matching refs:stackId

629             int stackId = data.readInt();
631 moveTaskToStack(taskId, stackId, toTop);
669 int stackId = data.readInt();
670 setFocusedStack(stackId);
2736 public void moveTaskToStack(int taskId, int stackId, boolean toTop) throws RemoteException
2742 data.writeInt(stackId);
2794 public void setFocusedStack(int stackId) throws RemoteException
2799 data.writeInt(stackId);