Home
last modified time | relevance | path

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

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java110 int endA = (endInt >> 24) & 0xff; in getColor() local
115 return (startA + (int)(fraction * (endA - startA))) << 24 | in getColor()