Home
last modified time | relevance | path

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

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java105 int startR = (startInt >> 16) & 0xff; in getColor() local
116 (startR + (int)(fraction * (endR - startR))) << 16 | in getColor()