Home
last modified time | relevance | path

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

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