Home
last modified time | relevance | path

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

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java109 int endInt = colorEnd; in getColor() local
110 int endA = (endInt >> 24) & 0xff; in getColor()
111 int endR = (endInt >> 16) & 0xff; in getColor()
112 int endG = (endInt >> 8) & 0xff; in getColor()
113 int endB = endInt & 0xff; in getColor()