Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java47 private static final int ALPHA_STEP = 0xFF000000 / NUM_GLOW_STEPS; field in DraggableDot
166 color = i*(color | ALPHA_STEP); in onDraw()