Home
last modified time | relevance | path

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

/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java113 int endB = endInt & 0xff; in getColor() local
118 ((startB + (int)(fraction * (endB - startB)))); in getColor()