Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java671 public Ship(int colorIndex) { in Ship() argument
688 mR = (colorIndex & 0x01) == 0 ? 63 : 255; in Ship()
689 mG = (colorIndex & 0x02) == 0 ? 63 : 255; in Ship()
690 mB = (colorIndex & 0x04) == 0 ? 63 : 255; in Ship()
692 mColor = colorIndex; in Ship()