Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java45 private static final int GREEN_STEP = 0x0000FF00 / NUM_GLOW_STEPS; field in DraggableDot
165 int color = (mHovering) ? WHITE_STEP : GREEN_STEP; in onDraw()