Searched defs:getCurrentColorOption (Results 1 – 4 of 4) sorted by relevance
39 fun getCurrentColorOption(): ColorOptionModel method
144 override fun getCurrentColorOption(): ColorOptionModel { in <lambda>() method
244 override fun getCurrentColorOption(): ColorOptionModel = selectedColorOption in <lambda>() method in com.android.customization.picker.color.data.repository.FakeColorPickerRepository
60 fun getCurrentColorOption(): ColorOptionModel = repository.getCurrentColorOption() method