Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java255 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4; in addBall() local
257 50f, color, darkColor, Shader.TileMode.CLAMP); in addBall()