Searched refs:loadColorStateList (Results 1 – 3 of 3) sorted by relevance
439 final ColorStateList csl = mResources.loadColorStateList( in getColor()485 return mResources.loadColorStateList(value, value.resourceId, mTheme); in getColorStateList()
976 final ColorStateList csl = loadColorStateList(value, id, theme); in getColor()1048 final ColorStateList res = loadColorStateList(value, id, theme); in getColorStateList()2651 ColorStateList loadColorStateList(TypedValue value, int id, Theme theme) in loadColorStateList() method in Resources
164 mActiveSliderTint = loadColorStateList(R.color.system_accent_color); in VolumeDialog()165 mInactiveSliderTint = loadColorStateList(R.color.volume_slider_inactive); in VolumeDialog()217 private ColorStateList loadColorStateList(int colorResId) { in loadColorStateList() method in VolumeDialog