Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java244 final ColorStateList colorStateList = mResources.getColorStateList(R.color.color1); in testGetColorStateList() local
246 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()
518 final ColorStateList colorStateList = mResources.getColorStateList( in testGetDrawable_ColorStateListResource() local
521 colorStateList.getDefaultColor(), in testGetDrawable_ColorStateListResource()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java590 final ColorStateList colorStateList = mContext.getColorStateList(R.color.color2); in testGetColorStateList() local
592 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()