Home
last modified time | relevance | path

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

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java103 int startInt = colorStart; in getColor() local
104 int startA = (startInt >> 24) & 0xff; in getColor()
105 int startR = (startInt >> 16) & 0xff; in getColor()
106 int startG = (startInt >> 8) & 0xff; in getColor()
107 int startB = startInt & 0xff; in getColor()