Searched refs:createColorStateList (Results 1 – 2 of 2) sorted by relevance
126 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setBackgroundDrawable()167 DrawableCompat.setTintList(mRippleDrawable, createColorStateList(rippleColor)); in setRippleColor()483 private static ColorStateList createColorStateList(int selectedColor) { in createColorStateList() method in FloatingActionButtonImpl
351 mTabTextColors = createColorStateList(mTabTextColors.getDefaultColor(), selected); in TabLayout()741 setTabTextColors(createColorStateList(normalColor, selectedColor)); in setTabTextColors()2044 private static ColorStateList createColorStateList(int defaultColor, int selectedColor) { in createColorStateList() method