Home
last modified time | relevance | path

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

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