Searched refs:colorStateList (Results 1 – 2 of 2) sorted by relevance
292 final ColorStateList colorStateList = mContext.getColorStateList(R.color.color2); in testGetColorStateList() local294 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()
202 final ColorStateList colorStateList = mResources.getColorStateList(R.color.color1); in testGetColorStateList() local204 final int focusColor = colorStateList.getColorForState(focusedState, R.color.failColor); in testGetColorStateList()