Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DThemeComponentOption.java346 Drawable unselectedOption = view.getResources().getDrawable( in bindThumbnailTile() local
351 unselectedOption.setTintList(ColorStateList.valueOf(color)); in bindThumbnailTile()
356 new int[] {-android.R.attr.state_activated}, unselectedOption); in bindThumbnailTile()