Searched defs:selectedColor (Results 1 – 4 of 4) sorted by relevance
158 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in initItem() local178 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in createBluetoothItem() local
52 selectedColor, in <lambda>() method
332 data class TintSpec(@ColorInt val selectedColor: Int, @ColorInt val unselectedColor: Int) in <lambda>() constant in com.android.wallpaper.picker.option.ui.binder.OptionItemBinder.TintSpec
154 .collect { (previewColor, selectedColor, overridingIsDarkMode) -> in <lambda>() method