Home
last modified time | relevance | path

Searched defs:colorPrimary (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DColorUpdateViewModelTest.kt68 val colorPrimary = collectLastValue(underTest.colorPrimary) in updateColors() constant
103 val colorPrimary = collectLastValue(underTest.colorPrimary) in previewColors_withPreviewEnabled() constant
123 val colorPrimary = collectLastValue(underTest.colorPrimary) in previewColors_withPreviewDisabled() constant
143 val colorPrimary = collectLastValue(underTest.colorPrimary) in resetPreview() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperColorThemePreview.java46 int colorPrimary = MaterialColors.getColor(context, android.R.attr.colorPrimary, in updateSystemBarColor() local
55 int colorPrimary = MaterialColors.getColor(context, android.R.attr.colorPrimary, in updateBackgroundColor() local
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java37 private int colorPrimary = -1; field in AospThemeImpl
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DColorUpdateViewModel.kt111 val colorPrimary = createColorFlow(R.color.system_primary, MaterialDynamicColors().primary()) in <lambda>() constant
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt420 val colorPrimary = Color.valueOf(colorStrings[0].toInt()) in getWallpaperColors() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt858 val colorPrimary = Color.valueOf(colorStrings[0].toInt()) in <lambda>() constant