Home | History | Annotate | Download | only in app

Lines Matching defs:stackId

721             int stackId = data.readInt();
723 moveTaskToStack(taskId, stackId, toTop);
730 int stackId = data.readInt();
733 resizeStack(stackId, r);
748 int stackId = data.readInt();
749 StackInfo info = getStackInfo(stackId);
771 int stackId = data.readInt();
772 setFocusedStack(stackId);
3161 public void moveTaskToStack(int taskId, int stackId, boolean toTop) throws RemoteException
3167 data.writeInt(stackId);
3201 public StackInfo getStackInfo(int stackId) throws RemoteException
3206 data.writeInt(stackId);
3232 public void setFocusedStack(int stackId) throws RemoteException
3237 data.writeInt(stackId);