Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
H A DThemeTest.java39 Theme theme = resources.newTheme(); in shouldLookUpStylesFromStyleResId() local
49 Theme theme = resources.newTheme(); in shouldApplyStylesFromResourceReference() local
61 Theme theme = resources.newTheme(); in shouldApplyStylesFromAttributeReference() local
73 Theme theme = resources.newTheme(); in shouldGetValuesFromAttributeReference() local
90 Theme theme = resources.newTheme(); in withResolveRefsFalse_shouldResolveValue() local
103 Theme theme = resources.newTheme(); in withResolveRefsFalse_shouldNotResolveResource() local
116 Theme theme = resources.newTheme(); in withResolveRefsTrue_shouldResolveResource() local
130 Theme theme = resources.newTheme(); in failToResolveCircularReference() local
141 Theme theme = resources.newTheme(); in canResolveAttrReferenceToDifferentPackage() local
155 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local
[all …]
/aosp_15_r20/external/pigweed/seed/
H A D0130.rst453 .. _seed-0130-alternatives-adopt:
464 .. _official theme documentation: https://www.sphinx-doc.org/en/master/usage/theming.html
466 .. _sphinx-themes: https://sphinx-themes.org/
467 …Framework\:\:Sphinx\:\:Theme: https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Sphinx+%3A%3A+Theme
468 .. _PyPI Stats: https://pypistats.org/
483 .. _python-docs-theme: https://github.com/python/python-docs-theme
484 .. _sphinx-rtd-theme: https://github.com/readthedocs/sphinx_rtd_theme
485 .. _sphinx-book-theme: https://github.com/executablebooks/sphinx-book-theme
486 .. _piccolo-theme: https://github.com/piccolo-orm/piccolo_theme
487 .. _sphinx-material: https://github.com/bashtage/sphinx-material
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowThemeTest.java98 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local
105 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs() local
113 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs() local
121 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs() local
129 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs() local
183 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceFalse_shouldApplyButNotOverwriteExistingAttributeValues() local
195 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceTrue_shouldApplyAndOverwriteExistingAttributeValues() local
208 Resources.Theme theme = resources.newTheme(); in whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local
238 Resources.Theme theme = resources.newTheme(); in xml_whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local
260 Resources.Theme theme = resources.newTheme(); in whenAttrSetAttrSpecifiesAttr_obtainStyledAttribute_returnsItsValue() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsTheme/SettingsLibSettingsTheme/android_common_apex30/busybox/
DR.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/
DR.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/
DR.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/
DR.jar ... .MF com/android/settingslib/widget/theme/R$attr.class R.java package ...
/aosp_15_r20/external/wayland/cursor/
H A Dwayland-cursor.c137 struct wl_cursor_theme *theme; member
157 struct wl_cursor_theme *theme = img->theme; in wl_cursor_image_get_buffer() local
199 struct wl_cursor_theme *theme) in wl_cursor_create_from_data()
254 load_fallback_theme(struct wl_cursor_theme *theme) in load_fallback_theme()
278 struct wl_cursor_theme *theme) in wl_cursor_create_from_xcursor_images()
340 struct wl_cursor_theme *theme = data; in load_callback() local
381 struct wl_cursor_theme *theme; in wl_cursor_theme_load() local
418 wl_cursor_theme_destroy(struct wl_cursor_theme *theme) in wl_cursor_theme_destroy()
439 wl_cursor_theme_get_cursor(struct wl_cursor_theme *theme, in wl_cursor_theme_get_cursor()
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp67 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
77 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
97 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
126 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
135 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
165 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
195 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
265 auto theme = am.NewTheme(); in TEST_F() local
H A DTheme_bench.cpp45 auto theme = assets.NewTheme(); in BM_ThemeApplyStyleFramework() local
62 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeApplyStyleFrameworkOld() local
83 const auto theme = assets.NewTheme(); in BM_ThemeRebaseFramework() local
100 auto theme = assets.NewTheme(); in BM_ThemeGetAttribute() local
114 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeGetAttributeOld() local
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java104 public static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator()
110 public static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator()
163 final Theme theme = context.getTheme(); in loadStateListAnimator() local
642 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
649 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
719 private static PropertyValuesHolder[] loadValues(Resources res, Theme theme, in loadValues()
777 private static int inferValueTypeOfKeyframe(Resources res, Theme theme, AttributeSet attrs) { in inferValueTypeOfKeyframe()
833 private static PropertyValuesHolder loadPvh(Resources res, Theme theme, XmlPullParser parser, in loadPvh()
956 private static Keyframe loadKeyframe(Resources res, Theme theme, AttributeSet attrs, in loadKeyframe()
1010 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs, in loadObjectAnimator()
[all …]
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/
H A DResources_ThemeTest.java132 Resources.Theme theme = getContext().getResources().newTheme(); in testGetChangingConfigurations() local
163 Resources.Theme theme = res.newTheme(); in testRebase() local
188 final Theme theme = res.newTheme(); in testGetDrawable() local
199 final Theme theme = res.newTheme(); in testGetResources() local
207 final Theme theme = res.newTheme(); in testEmptyDoesNotGetOverriden() local
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DThemeResolver.java72 public int resolve(@Nullable String theme) { in resolve()
77 private int resolve(@Nullable String theme, boolean suppressDayNight) { in resolve()
102 private static int getDayNightThemeRes(@Nullable String theme) { in getDayNightThemeRes()
129 private static int getThemeRes(@Nullable String theme) { in getThemeRes()
164 private static int getThemeVersion(String theme) { in getThemeVersion()
DWizardManagerHelper.java247 final String theme = intent.getStringExtra(EXTRA_THEME); in isLightTheme() local
260 public static boolean isLightTheme(String theme, boolean def) { in isLightTheme()
346 String theme, @StyleRes int defaultTheme, @Nullable String oldestSupportedTheme) { in getThemeRes()
377 public static @StyleRes int getThemeRes(@Nullable String theme, @StyleRes int defaultTheme) { in getThemeRes()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DPresentation.java192 public Presentation(Context outerContext, Display display, int theme) { in Presentation()
217 public Presentation(@NonNull Context outerContext, @NonNull Display display, int theme, in Presentation()
219 super(createPresentationContext(outerContext, display, theme, type), theme, false); in Presentation() local
314 int theme) { in createPresentationContext()
319 Context outerContext, Display display, int theme, @WindowType int type) { in createPresentationContext()
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/src/app/timeline-view/graph/
H A D_graph-theme.scss4 @mixin color($theme) { parameter
7 @mixin typography($theme) { parameter
13 @mixin theme($theme) { parameter
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
H A D_theme.scss4 @mixin color($theme) { parameter
11 @mixin typography($theme) { parameter
17 @mixin theme($theme) { parameter
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/util/
H A DThemeResolver.java109 public int resolve(@Nullable String theme) { in resolve()
120 public int resolve(@Nullable String theme, boolean suppressDayNight) { in resolve()
156 private static int getDayNightThemeRes(@Nullable String theme) { in getDayNightThemeRes()
186 private static int getThemeRes(@Nullable String theme) { in getThemeRes()
225 private static int getThemeVersion(String theme) { in getThemeVersion()
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
H A D_test-overview-theme.scss4 @mixin color($theme) { parameter
42 @mixin typography($theme) { parameter
52 @mixin theme($theme) { mixin
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java105 public SystemUIDialog(Context context, int theme) { in SystemUIDialog()
109 public SystemUIDialog(Context context, int theme, boolean dismissOnDeviceLock) { in SystemUIDialog()
171 public SystemUIDialog create(Delegate delegate, Context context, @StyleRes int theme) { in create()
180 Context context, @StyleRes int theme) { in create()
195 int theme, in SystemUIDialog()
215 int theme, in SystemUIDialog()
235 int theme, in SystemUIDialog()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java80 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper()
156 public void setTheme(@Nullable Resources.Theme theme) { in setTheme()
202 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) { in onApplyThemeResource()
211 final Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java191 @NonNull BridgeContext context, @Nullable Theme theme, boolean allowGradients) { in getInternalComplexColor()
269 @NonNull BridgeContext context, @Nullable Resources.Theme theme) { in getColorStateList()
284 @NonNull BridgeContext context, @Nullable Resources.Theme theme) { in getComplexColor()
345 public static Drawable getDrawable(ResourceValue value, BridgeContext context, Theme theme) { in getDrawable()
482 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont()
502 public static Typeface getFont(ResourceValue value, BridgeContext context, Theme theme) { in getFont()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowArscResourcesImpl.java91 Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache) in loadDrawable()
103 Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable()
120 Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache); in loadDrawable()
124 Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme); in loadDrawable()
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DGradientColor.java256 public static GradientColor createFromXml(Resources r, XmlResourceParser parser, Theme theme) in createFromXml()
282 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createFromXmlInner()
299 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
322 @NonNull AttributeSet attrs, @NonNull Theme theme) in inflateChildElements()
526 public GradientColor newInstance(Resources res, Theme theme) { in newInstance()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java122 final KeyboardTheme theme = searchKeyboardThemeById(themeId, in getDefaultKeyboardTheme() local
146 final KeyboardTheme theme = searchKeyboardThemeById(themeId, KEYBOARD_THEMES); in getKeyboardThemeName() local
182 final KeyboardTheme theme = searchKeyboardThemeById(id, KEYBOARD_THEMES); in getAvailableThemeArray() local
203 final KeyboardTheme theme = searchKeyboardThemeById(themeId, availableThemeArray); in getKeyboardTheme() local

12345678910>>...50