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