Home | History | Annotate | Download | only in app

Lines Matching defs:stackBoxId

638             int stackBoxId = data.readInt();
640 resizeStackBox(stackBoxId, weight);
655 int stackBoxId = data.readInt();
656 StackBoxInfo info = getStackBoxInfo(stackBoxId);
2750 public void resizeStackBox(int stackBoxId, float weight) throws RemoteException
2755 data.writeInt(stackBoxId);
2776 public StackBoxInfo getStackBoxInfo(int stackBoxId) throws RemoteException
2781 data.writeInt(stackBoxId);