Home
last modified time | relevance | path

Searched defs:colorScheme (Results 1 – 25 of 202) sorted by relevance

123456789

/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/model/color/
DColorProvider.java100 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/
DMaterialColorsGenerator.kt64 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/
DWearOverlayableMaterial3Theme.kt31 val colorScheme = constant
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt114 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 DTheme.kt35 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 DTheme.kt35 val colorScheme = in SettingsPreviewTheme() constant
/aosp_15_r20/packages/apps/DocumentsUI/compose/src/com/android/documentsui/compose/
DTheme.kt35 val colorScheme = when { in DocumentsUITheme() constant
/aosp_15_r20/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/ui/theme/
H A DTheme.kt40 val colorScheme = in PiPComposeSampleTheme() constant
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/theme/
DTheme.kt42 val colorScheme = when { in AvatarPickerTheme() constant
/aosp_15_r20/external/jetpack-camera-app/app/src/main/java/com/google/jetpackcamera/ui/theme/
H A DTheme.kt54 val colorScheme = in JetpackCameraTheme() constant
/aosp_15_r20/frameworks/native/libs/bufferstreams/examples/app/java/com/android/graphics/bufferstreamsdemoapp/ui/
H A DTheme.kt37 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/
DTheme.kt42 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/
DTheme.kt47 val colorScheme = when { in RemoteHCITheme() constant
/aosp_15_r20/external/perfetto/ui/src/components/
H A Dcolorizer.ts131 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 DPlatformTheme.kt44 val colorScheme = remember(context, isDarkTheme) { platformColorScheme(isDarkTheme, context) } in PlatformTheme() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/theme/
DPhotopickerTheme.kt76 val colorScheme = in PhotopickerTheme() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/theme/
H A DPlatformThemeTest.kt190 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 DPieChart.kt101 val colorScheme = MaterialTheme.colorScheme in PieChart() constant
H A DLineChart.kt134 val colorScheme = MaterialTheme.colorScheme in LineChart() constant
H A DBarChart.kt122 val colorScheme = MaterialTheme.colorScheme in BarChart() constant
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
H A DDemoActivity.kt107 val colorScheme = in DemoTheme() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/education/
H A DAppToWebEducationController.kt176 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 DBaseMdc3ThemeTest.kt64 val colorScheme = MaterialTheme.colorScheme in <lambda>() constant
/aosp_15_r20/external/accompanist/themeadapter-material3/src/main/java/com/google/accompanist/themeadapter/material3/
H A DMdc3Theme.kt133 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 DMediaRecommendationsViewBinder.kt448 val colorScheme = in <lambda>() constant

123456789