/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/model/color/ |
D | ColorProvider.java | 100 private final int[] getLightColorPreview(com.android.systemui.monet.ColorScheme colorScheme) { in getLightColorPreview() 112 private final int[] getDarkColorPreview(com.android.systemui.monet.ColorScheme colorScheme) { in getDarkColorPreview() 124 …private final int[] getLightMonochromePreview(com.android.systemui.monet.ColorScheme colorScheme) { in getLightMonochromePreview() 136 … private final int[] getDarkMonochromePreview(com.android.systemui.monet.ColorScheme colorScheme) { in getDarkMonochromePreview() 144 …private final int[] getPresetColorPreview(com.android.systemui.monet.ColorScheme colorScheme, int … in getPresetColorPreview()
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/color/data/util/ |
D | MaterialColorsGenerator.kt | 64 val colorScheme = ColorScheme(colors, isDarkMode, fetchThemeStyleFromSetting()) in generate() constant 77 val colorScheme = ColorScheme(colorSeed, isDarkMode, style) in generate() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/theme/ |
D | WearOverlayableMaterial3Theme.kt | 31 val colorScheme = constant
|
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/ |
D | ColorSchemeTest.kt | 114 val colorScheme = ColorScheme(sourceColor.toInt(), false, styleValue) in generateThemeStyles() constant 147 val colorScheme = ColorScheme(GOOGLE_BLUE, false) in generateDefaultValues() constant
|
/aosp_15_r20/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/ui/theme/ |
H A D | Theme.kt | 35 val colorScheme = in PreviewPreviewTheme() constant
|
/aosp_15_r20/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/ui/theme/ |
H A D | Theme.kt | 35 val colorScheme = in SettingsPreviewTheme() constant
|
/aosp_15_r20/packages/apps/DocumentsUI/compose/src/com/android/documentsui/compose/ |
D | Theme.kt | 35 val colorScheme = when { in DocumentsUITheme() constant
|
/aosp_15_r20/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/ui/theme/ |
H A D | Theme.kt | 40 val colorScheme = in PiPComposeSampleTheme() constant
|
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/theme/ |
D | Theme.kt | 42 val colorScheme = when { in AvatarPickerTheme() constant
|
/aosp_15_r20/external/jetpack-camera-app/app/src/main/java/com/google/jetpackcamera/ui/theme/ |
H A D | Theme.kt | 54 val colorScheme = in JetpackCameraTheme() constant
|
/aosp_15_r20/frameworks/native/libs/bufferstreams/examples/app/java/com/android/graphics/bufferstreamsdemoapp/ui/ |
H A D | Theme.kt | 37 val colorScheme = when { in JetpackTheme() constant
|
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/ |
D | Theme.kt | 42 val colorScheme = when { in BTBenchTheme() constant
|
/aosp_15_r20/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/ |
D | Theme.kt | 47 val colorScheme = when { in RemoteHCITheme() constant
|
/aosp_15_r20/external/perfetto/ui/src/components/ |
H A D | colorizer.ts | 131 const colorScheme = proceduralColorCache.get(seed); constant 150 const colorScheme = makeColorScheme(base, variant); constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/ |
H A D | PlatformTheme.kt | 44 val colorScheme = remember(context, isDarkTheme) { platformColorScheme(isDarkTheme, context) } in PlatformTheme() constant
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/theme/ |
D | PhotopickerTheme.kt | 76 val colorScheme = in PhotopickerTheme() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/theme/ |
H A D | PlatformThemeTest.kt | 190 val colorScheme = MaterialTheme.colorScheme in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/chart/ |
H A D | PieChart.kt | 101 val colorScheme = MaterialTheme.colorScheme in PieChart() constant
|
H A D | LineChart.kt | 134 val colorScheme = MaterialTheme.colorScheme in LineChart() constant
|
H A D | BarChart.kt | 122 val colorScheme = MaterialTheme.colorScheme in BarChart() constant
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
H A D | DemoActivity.kt | 107 val colorScheme = in DemoTheme() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/education/ |
H A D | AppToWebEducationController.kt | 176 val colorScheme = decorThemeUtil.getColorScheme(taskInfo) in <lambda>() constant
|
/aosp_15_r20/external/accompanist/themeadapter-material3/src/sharedTest/kotlin/com/google/accompanist/themeadapter/material3/ |
H A D | BaseMdc3ThemeTest.kt | 64 val colorScheme = MaterialTheme.colorScheme in <lambda>() constant
|
/aosp_15_r20/external/accompanist/themeadapter-material3/src/main/java/com/google/accompanist/themeadapter/material3/ |
H A D | Mdc3Theme.kt | 133 val colorScheme: ColorScheme?, constant in com.google.accompanist.themeadapter.material3.Theme3Parameters 188 val colorScheme: ColorScheme? = if (readColorScheme) { in createMdc3Theme() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/ |
H A D | MediaRecommendationsViewBinder.kt | 448 val colorScheme = in <lambda>() constant
|