Searched refs:thumbTintList (Results 1 – 2 of 2) sorted by relevance
243 ColorStateList thumbTintList = a.getColorStateList(R.styleable.SwitchCompat_thumbTint); in SwitchCompat() local244 if (thumbTintList != null) { in SwitchCompat()245 mThumbTintList = thumbTintList; in SwitchCompat()
253 ColorStateList thumbTintList = a.getColorStateList( in Switch() local255 if (thumbTintList != null) { in Switch()256 mThumbTintList = thumbTintList; in Switch()