Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DColorStateListDrawableTest.java51 private static final int[] STATE_BLUE = new int[]{2}; field in ColorStateListDrawableTest
55 final int[][] state = new int[][]{STATE_RED, STATE_BLUE}; in setup()
82 mDrawable.setState(STATE_BLUE); in testDraw()
161 mDrawable.setState(STATE_BLUE); in testSetState()