/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | style.py | 65 """The default dark UI color theme.""" 101 """Nord UI color theme.""" 137 """Nord light UI color theme.""" 168 """Moonlight UI color theme.""" 199 """Synthwave84 UI color theme.""" 230 """Color theme that uses the default terminal color codes.""" 276 theme = THEME_NAME_MAPPING.get(theme_name, DarkColors()) 277 return theme 281 """Return prompt_toolkit styles for the given theme name.""" 283 theme = THEME_NAME_MAPPING.get(theme_name, DarkColors()) [all …]
|
/aosp_15_r20/packages/apps/TvSettings/ |
D | color-check-baseline.xml | 59 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 75 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 91 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 107 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 123 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 139 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 155 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 171 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 187 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 203 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… [all …]
|
/aosp_15_r20/packages/apps/Settings/ |
D | color-check-baseline.xml | 11 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 27 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 43 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 59 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 75 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 91 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 107 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 123 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 139 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… 155 …theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:… [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsTheme/SettingsLibSettingsTheme/android_common_apex30/busybox/ |
D | R.jar | ... .MF
com/android/settingslib/widget/theme/R$attr.class
R.java
package ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsTheme/SettingsLibSettingsTheme/android_common_apex34/busybox/ |
D | R.jar | ... .MF
com/android/settingslib/widget/theme/R$attr.class
R.java
package ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsTheme/SettingsLibSettingsTheme/android_common_apex33/busybox/ |
D | R.jar | ... .MF
com/android/settingslib/widget/theme/R$attr.class
R.java
package ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsTheme/SettingsLibSettingsTheme/android_common/busybox/ |
D | R.jar | ... .MF
com/android/settingslib/widget/theme/R$attr.class
R.java
package ... |
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/ |
H A D | ThemeTest.java | 7 import android.content.res.Resources.Theme; 18 /** Compatibility test for {@link Resources.Theme} */ 39 Theme theme = resources.newTheme(); in shouldLookUpStylesFromStyleResId() local 40 theme.applyStyle(R.style.Theme_AnotherTheme, true); in shouldLookUpStylesFromStyleResId() 41 TypedArray a = theme.obtainStyledAttributes(R.style.MyCustomView, R.styleable.CustomView); in shouldLookUpStylesFromStyleResId() 49 Theme theme = resources.newTheme(); in shouldApplyStylesFromResourceReference() local 50 theme.applyStyle(R.style.Theme_AnotherTheme, true); in shouldApplyStylesFromResourceReference() 52 theme.obtainStyledAttributes(null, R.styleable.CustomView, R.attr.animalStyle, 0); in shouldApplyStylesFromResourceReference() 61 Theme theme = resources.newTheme(); in shouldApplyStylesFromAttributeReference() local 62 theme.applyStyle(R.style.Theme_ThirdTheme, true); in shouldApplyStylesFromAttributeReference() [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/integration-tests/ConvertTest/ |
HD | duplicate_entries.apk | ... assets/theme/1c.png
assets/theme/1d.png
assets/theme/t ... |
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | WizardManagerHelper.java | 22 import android.content.res.Resources.Theme; 52 public static final String EXTRA_THEME = "theme"; 64 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the dark variant of the theme 70 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the default theme used in 76 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the dark variant of the theme 82 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the default theme used in 88 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the dark variant of the theme 94 * Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the default theme used in 238 * Checks the intent whether the extra indicates that the light theme should be used or not. If 239 * the theme is not specified in the intent, or the theme specified is unknown, the value def will [all …]
|
/aosp_15_r20/external/wayland/cursor/ |
H A D | wayland-cursor.c | 137 struct wl_cursor_theme *theme; member 157 struct wl_cursor_theme *theme = img->theme; in wl_cursor_image_get_buffer() local 161 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer() 199 struct wl_cursor_theme *theme) in wl_cursor_create_from_data() argument 222 image->theme = theme; in wl_cursor_create_from_data() 231 image->offset = shm_pool_allocate(theme->pool, size); in wl_cursor_create_from_data() 236 memcpy(theme->pool->data + image->offset, in wl_cursor_create_from_data() 254 load_fallback_theme(struct wl_cursor_theme *theme) in load_fallback_theme() argument 258 theme->cursor_count = ARRAY_LENGTH(cursor_metadata); in load_fallback_theme() 259 theme->cursors = malloc(theme->cursor_count * sizeof(*theme->cursors)); in load_fallback_theme() [all …]
|
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/util/ |
H A D | ThemeHelper.java | 41 * variant of the theme used in setup wizard for Nougat MR1. 47 * theme used in setup wizard for Nougat MR1. 53 * variant of the theme used in setup wizard for O DR. 59 * theme used in setup wizard for O DR. 65 * variant of the theme used in setup wizard for P. 71 * theme used in setup wizard for P. 77 * variant of the theme used in setup wizard for T. 83 * theme used in setup wizard for T. 89 * variant of the theme used in setup wizard for Android W. 95 * theme used in setup wizard for Android W. [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common_apex30/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common_apex34/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common_apex35/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common_apex10000/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design-x/com.google.android.material_material-nodeps/android_common_apex33/aapt2/reszip/gen_res.flata/values-night-v8/ |
D | values-night-v8.xml | 3 <style name="Theme.Material3.DayNight" parent="Theme.Material3.Dark"/> 4 …<style name="Theme.Material3.DayNight.BottomSheetDialog" parent="Theme.Material3.Dark.BottomSheetD… 5 <style name="Theme.Material3.DayNight.Dialog" parent="Theme.Material3.Dark.Dialog"/> 6 <style name="Theme.Material3.DayNight.Dialog.Alert" parent="Theme.Material3.Dark.Dialog.Alert"/> 7 …<style name="Theme.Material3.DayNight.Dialog.MinWidth" parent="Theme.Material3.Dark.Dialog.MinWidt… 8 …<style name="Theme.Material3.DayNight.DialogWhenLarge" parent="Theme.Material3.Dark.DialogWhenLarg… 9 <style name="Theme.Material3.DayNight.NoActionBar" parent="Theme.Material3.Dark.NoActionBar"/> 10 …<style name="Theme.Material3.DayNight.SideSheetDialog" parent="Theme.Material3.Dark.SideSheetDialo… 11 … <style name="Theme.Material3.DynamicColors.DayNight" parent="Theme.Material3.DynamicColors.Dark"/> 12 …<style name="Theme.Material3.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3.DynamicCo… [all …]
|
/aosp_15_r20/packages/services/Car/car_product/app_overlays/car-ui-customizations/ |
D | Android.bp | 148 ///////////////////////////////////////////// Theme Orange /////////////////////////////////////// 155 "car-resource-theme-orange-common", 160 name: "googlecarui.theme.orange.theme.orange-com-android-car-ui-paintbooth", 162 package_name: "com.android.car.ui.paintbooth.googlecarui.theme.orange.rro", 167 name: "googlecarui.theme.orange-com-android-car-rotaryplayground", 169 package_name: "com.android.car.rotaryplayground.googlecarui.theme.orange.rro", 174 name: "googlecarui.theme.orange-com-android-car-themeplayground", 176 package_name: "com.android.car.themeplayground.googlecarui.theme.orange.rro", 181 name: "googlecarui.theme.orange-com-android-car-carlauncher", 183 package_name: "com.android.car.carlauncher.googlecarui.theme.orange.rro", [all …]
|
/aosp_15_r20/external/pigweed/seed/ |
H A D | 0130.rst | 4 0130: Update Sphinx theme 8 :name: Update Sphinx theme 20 .. _pydata-sphinx-theme: https://pydata-sphinx-theme.readthedocs.io/en/stable/ 22 Our current ``pigweed.dev`` theme (``furo``) has served us well over the 24 `pydata-sphinx-theme`_ (``pydata`` for short) as the new theme for 28 choosing one theme over another. Switching themes is a fairly reversible 29 decision; switching from the current theme to ``pydata`` was 2-4 days of 41 .. _PyPI: https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Sphinx+%3A%3A+Theme 44 UI. Rather, it provides a `theme API`_ and lets the Sphinx community 46 choose from on `PyPI`_. Our choice of theme has a big effect on the usability [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowThemeTest.java | 8 import android.content.res.Resources.Theme; 98 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local 99 theme.applyStyle(R.style.Theme_Robolectric_EmptyParent, true); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() 100 assertThat(theme.obtainStyledAttributes(new int[] {R.attr.string1}).hasValue(0)).isFalse(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() 105 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs() local 106 theme.applyStyle(R.style.SimpleParent, true); in shouldApplyParentStylesFromAttrs() 107 assertThat(theme.obtainStyledAttributes(new int[] {R.attr.parent_string}).getString(0)) in shouldApplyParentStylesFromAttrs() 113 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs() local 114 theme.applyStyle(R.style.SimpleChildWithOverride, true); in applyStyle_shouldOverrideParentAttrs() 115 assertThat(theme.obtainStyledAttributes(new int[] {R.attr.parent_string}).getString(0)) in applyStyle_shouldOverrideParentAttrs() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/4d/ |
D | 4d28d79bec2d14821734ff646be4f8141dd4368b | 1 …theme/app/res/layout/button.xml cts/hostsidetests/theme/app/res/layout/calendarview.xml cts/hostsi…
|
/aosp_15_r20/development/samples/ApiDemos/res/values/ |
H A D | styles.xml | 18 <style name="CustomTheme" parent="android:Theme.Light"> 23 <!-- This is a theme that will adjust itself depending on the API version. 24 The default definition is the safe one, using a theme that has always 26 selected when the holographic theme is available, or look at 28 theme is available. --> 29 <style name="ThemeCurrent" parent="android:Theme" /> 31 <!-- This is a theme that reflects the default theme used when no theme is 33 refers to the DeviceDefault theme. --> 34 <style name="ThemeDefault" parent="android:Theme" /> 36 <!-- This is a theme that will adjust itself depending on the API version. [all …]
|
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/system/theme/themepresets/ |
D | ThemePresetsItem.kt | 17 package com.android.car.customization.tool.features.system.theme.themepresets in <lambda>() 55 systemPackages = getSystemRroPackages(theme = "pink"), in rroThemePresetsDropDownItem() 56 userPackages = getUserRroPackages(theme = "pink") in rroThemePresetsDropDownItem() 59 systemPackages = getSystemRroPackages(theme = "orange"), in rroThemePresetsDropDownItem() 60 userPackages = getUserRroPackages(theme = "orange") in rroThemePresetsDropDownItem() 69 .forEach { (title, theme) -> in rroThemePresetsDropDownItem() method 73 isActive = theme.isActive(overlayManager), in rroThemePresetsDropDownItem() 76 themeToEnable = theme, in rroThemePresetsDropDownItem() 107 private fun getSystemRroPackages(theme: String): List<String> = listOf( 108 "com.android.systemui.googlecarui.theme.$theme.rro", [all …]
|
/aosp_15_r20/frameworks/base/core/res/res/values/ |
H A D | themes_material.xml | 33 <!-- Material theme (dark version). 35 … app consistently uses the Material theme at all times, you must explicitly declare it in your 36 manifest. For example, {@code <application android:theme="@style/Theme.Material">}. 38 <p>Styles used by the Material theme are named using the convention Type.Material.Etc 43 dark versions of the theme. --> 44 <style name="Theme.Material"> 201 <item name="presentationTheme">@style/Theme.Material.Dialog.Presentation</item> 216 <item name="panelMenuListTheme">@style/Theme.Material.CompactMenu</item> 370 <item name="searchDialogTheme">@style/Theme.Material.SearchBar</item> 381 <!-- TimePicker dialog theme --> [all …]
|