Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/theme/
DFixedAccentColors.kt38 val onPrimaryFixed: Color, constant in com.android.photopicker.core.theme.FixedAccentColors
57 onPrimaryFixed = lightColors.onPrimaryContainer, in build()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/binder/
DOptionItemBinder2.kt142 ) { isSelected, onSurfaceVariant, onPrimaryFixed -> in <lambda>() method
144 onPrimaryFixed in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DColorUpdateViewModel.kt127 createColorFlow(R.color.system_on_primary_fixed, MaterialDynamicColors().onPrimaryFixed()) in <lambda>()