Searched refs:thumbTintList (Results 1 – 2 of 2) sorted by relevance
244 ColorStateList thumbTintList = a.getColorStateList(R.styleable.SwitchCompat_thumbTint); in SwitchCompat() local245 if (thumbTintList != null) { in SwitchCompat()246 mThumbTintList = thumbTintList; in SwitchCompat()
249 ColorStateList thumbTintList = a.getColorStateList( in Switch() local251 if (thumbTintList != null) { in Switch()252 mThumbTintList = thumbTintList; in Switch()