Searched refs:tintList (Results 1 – 2 of 2) sorted by relevance
315 ColorStateList tintList = getColorStateList(accentColor); in setColorAndIconsSection() local318 button.setButtonTintList(tintList); in setColorAndIconsSection()320 ((Switch) button).setThumbTintList(tintList); in setColorAndIconsSection()321 ((Switch) button).setTrackTintList(tintList); in setColorAndIconsSection()
399 ColorStateList tintList = new ColorStateList( in bindPreview() local414 button.setButtonTintList(tintList); in bindPreview()418 enabledSwitch.setThumbTintList(tintList); in bindPreview()419 enabledSwitch.setTrackTintList(tintList); in bindPreview()