Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java44 private static final int NUM_GLOW_STEPS = 10; field in DraggableDot
45 private static final int GREEN_STEP = 0x0000FF00 / NUM_GLOW_STEPS;
46 private static final int WHITE_STEP = 0x00FFFFFF / NUM_GLOW_STEPS;
47 private static final int ALPHA_STEP = 0xFF000000 / NUM_GLOW_STEPS;
164 for (int i = NUM_GLOW_STEPS; i > 0; i--) { in onDraw()