Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java214 final int[] focusedState = {android.R.attr.state_focused}; in testGetColorStateList() local
215 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java488 final int[] focusedState = {android.R.attr.state_focused}; in testGetColorStateList() local
489 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()