Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java257 Integer shipColor = null; in getShipForId() local
264 shipColor = mDescriptorMap.get(deviceString); in getShipForId()
267 if (null != shipColor) { in getShipForId()
268 int color = shipColor; in getShipForId()
273 shipColor = null; in getShipForId()
281 if (null != shipColor) { in getShipForId()
282 currentShip = new Ship(shipColor); in getShipForId()