Searched refs:thumbColor (Results 1 – 2 of 2) sorted by relevance
112 private void setThumbColor(int thumbColor) { in setThumbColor() argument113 if (mThumbPaint.getColor() != thumbColor) { in setThumbColor()114 mThumbPaint.setColor(thumbColor); in setThumbColor()
632 final ColorStateList thumbColor = getThemeAttrColorStateList(context, in createSwitchThumbColorStateList() local635 if (thumbColor != null && thumbColor.isStateful()) { in createSwitchThumbColorStateList()641 colors[i] = thumbColor.getColorForState(states[i], 0); in createSwitchThumbColorStateList()650 colors[i] = thumbColor.getDefaultColor(); in createSwitchThumbColorStateList()