Home
last modified time | relevance | path

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

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java82 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local
88 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs() local
95 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs() local
102 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs() local
109 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs() local
163 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceFalse_shouldApplyButNotOverwriteExistingAttributeValues() local
175 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceTrue_shouldApplyAndOverwriteExistingAttributeValues() local
187 Resources.Theme theme = resources.newTheme(); in whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local
204 Resources.Theme theme = resources.newTheme(); in xml_whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local
219 Resources.Theme theme = resources.newTheme(); in whenAttrSetAttrSpecifiesAttr_obtainStyledAttribute_returnsItsValue() local
[all …]
DShadowResourcesTest.java84 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportDereferenceResource() local
99 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource() local
DShadowAssetManagerTest.java201 Resources.Theme theme = resources.newTheme(); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage() local
/external/wayland/cursor/
Dwayland-cursor.c144 struct wl_cursor_theme *theme; member
164 struct wl_cursor_theme *theme = image->theme; in wl_cursor_image_get_buffer() local
206 struct wl_cursor_theme *theme) in wl_cursor_create_from_data()
261 load_default_theme(struct wl_cursor_theme *theme) in load_default_theme()
288 struct wl_cursor_theme *theme) in wl_cursor_create_from_xcursor_images()
350 struct wl_cursor_theme *theme = data; in load_callback() local
391 struct wl_cursor_theme *theme; in wl_cursor_theme_load() local
430 wl_cursor_theme_destroy(struct wl_cursor_theme *theme) in wl_cursor_theme_destroy()
452 wl_cursor_theme_get_cursor(struct wl_cursor_theme *theme, in wl_cursor_theme_get_cursor()
Dxcursor.c655 _XcursorBuildThemeDir (const char *dir, const char *theme) in _XcursorBuildThemeDir()
791 XcursorScanTheme (const char *theme, const char *name) in XcursorScanTheme()
842 XcursorLibraryLoadImages (const char *file, const char *theme, int size) in XcursorLibraryLoadImages()
929 xcursor_load_theme(const char *theme, int size, in xcursor_load_theme()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DThemeResolver.java98 public int resolve(@Nullable String theme) { in resolve()
109 public int resolve(@Nullable String theme, boolean suppressDayNight) { in resolve()
141 private static int getDayNightThemeRes(@Nullable String theme) { in getDayNightThemeRes()
168 private static int getThemeRes(@Nullable String theme) { in getThemeRes()
203 private static int getThemeVersion(String theme) { in getThemeVersion()
DThemeHelper.java77 final String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in isLightTheme() local
90 public static boolean isLightTheme(String theme, boolean def) { in isLightTheme()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDatePickerDialog.java28 int theme, in __constructor__()
50 int theme, in __constructor__()
DShadowArscResourcesImpl.java157 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable()
171 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable()
DShadowTimePickerDialog.java22 int theme, in __constructor__()
DShadowLegacyResourcesImpl.java156 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable()
170 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable()
DShadowArscAssetManager.java195 protected static void dumpTheme(long theme, int priority, String tag, String prefix) { in dumpTheme()
707 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in applyStyle() local
756 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in resolveAttrs() local
984 ResTableTheme theme = new ResTableTheme(am.getResources()); in newTheme() local
989 protected final void deleteTheme(int theme) { in deleteTheme()
994 protected final void deleteTheme(long theme) { in deleteTheme()
1030 …ResTableTheme theme = Preconditions.checkNotNull(Registries.NATIVE_THEME_REGISTRY.getNativeObject(… in loadThemeAttributeValue() local
DShadowArscAssetManager10.java1331 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() local
1413 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() local
1507 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() local
1567 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() local
1596 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeDump() local
1609 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetChangingConfigurations() local
DShadowArscAssetManager9.java1327 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() local
1409 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() local
1503 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() local
1565 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() local
1594 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeDump() local
1607 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetChangingConfigurations() local
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButton.java50 private int theme; field in FooterButton
80 @StyleRes int theme) { in FooterButton()
317 private int theme = 0; field in FooterButton.Builder
348 public Builder setTheme(@StyleRes int theme) { in setTheme()
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DButtonItem.java42 private int theme = R.style.SudButtonItem; field in ButtonItem
79 public void setTheme(int theme) { in setTheme()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DFallbackThemeWrapper.java47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBar.java62 int theme = attributes.getResourceId(navBarTheme, 0); in getNavbarTheme() local
78 final int theme = getNavbarTheme(context); in getThemedContext() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStyleResolver.java12 private final Style theme; field in StyleResolver
17 Style theme, ResName myResName, ResTable_config config) { in StyleResolver()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp98 IFWL_ThemeProvider* theme = GetAvailableTheme(); in GetWidgetRect() local
626 IFWL_ThemeProvider* theme = GetAvailableTheme(); in UpdateEditParams() local
706 IFWL_ThemeProvider* theme = GetAvailableTheme(); in UpdateVAlignment() local
841 IFWL_ThemeProvider* theme = GetAvailableTheme(); in Layout() local
914 IFWL_ThemeProvider* theme = GetAvailableTheme(); in LayoutScrollBar() local
Dcfwl_datetimepicker.cpp79 IFWL_ThemeProvider* theme = GetAvailableTheme(); in Update() local
422 IFWL_ThemeProvider* theme = GetAvailableTheme(); in DisForm_Update() local
Dcfwl_form.cpp181 IFWL_ThemeProvider* theme = GetAvailableTheme(); in Layout() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java89 public static boolean ResolveAttrs(Theme theme, int def_style_attr, in ResolveAttrs()
237 public static void ApplyStyle(Theme theme, ResXMLParser xml_parser, int def_style_attr, in ApplyStyle()
DAttributeResolution10.java93 public static boolean ResolveAttrs(Theme theme, int def_style_attr, in ResolveAttrs()
241 public static void ApplyStyle(Theme theme, ResXMLParser xml_parser, int def_style_attr, in ApplyStyle()
DAttributeResolution.java64 public static boolean ResolveAttrs(ResTableTheme theme, int defStyleAttr, in ResolveAttrs()
226 …public static void ApplyStyle(ResTableTheme theme, ResXMLParser xmlParser, int defStyleAttr, int d… in ApplyStyle()

12