Home
last modified time | relevance | path

Searched refs:shipID (Results 1 – 1 of 1) sorted by relevance

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java250 private Ship getShipForId(int shipID) { in getShipForId() argument
251 Ship currentShip = mShips.get(shipID); in getShipForId()
255 InputDevice dev = InputDevice.getDevice(shipID); in getShipForId()
289 mShips.append(shipID, currentShip); in getShipForId()
304 private void removeShipForID(int shipID) { in removeShipForID() argument
305 mShips.remove(shipID); in removeShipForID()