Home
last modified time | relevance | path

Searched refs:tintList (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeOptionPreviewer.java315 ColorStateList tintList = getColorStateList(accentColor); in setColorAndIconsSection() local
318 button.setButtonTintList(tintList); in setColorAndIconsSection()
320 ((Switch) button).setThumbTintList(tintList); in setColorAndIconsSection()
321 ((Switch) button).setTrackTintList(tintList); in setColorAndIconsSection()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java399 ColorStateList tintList = new ColorStateList( in bindPreview() local
414 button.setButtonTintList(tintList); in bindPreview()
418 enabledSwitch.setThumbTintList(tintList); in bindPreview()
419 enabledSwitch.setTrackTintList(tintList); in bindPreview()