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