/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/ |
D | ThemeTest.java | 43 Theme theme = resources.newTheme(); in shouldLookUpStylesFromStyleResId() local 53 Theme theme = resources.newTheme(); in shouldApplyStylesFromResourceReference() local 65 Theme theme = resources.newTheme(); in shouldApplyStylesFromAttributeReference() local 77 Theme theme = resources.newTheme(); in shouldGetValuesFromAttributeReference() local 94 Theme theme = resources.newTheme(); in withResolveRefsFalse_shouldResolveValue() local 107 Theme theme = resources.newTheme(); in withResolveRefsFalse_shouldNotResolveResource() local 120 Theme theme = resources.newTheme(); in withResolveRefsTrue_shouldResolveResource() local 134 Theme theme = resources.newTheme(); in failToResolveCircularReference() local 145 Theme theme = resources.newTheme(); in canResolveAttrReferenceToDifferentPackage() local 159 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local [all …]
|
D | CopiedResourcesTest.java | 705 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource() local 741 Resources.Theme theme = resources.newTheme(); in obtainStyledAttributesShouldDereferenceValues() local 827 final Resources.Theme theme = resources.newTheme(); in applyStyleForced() local 857 final Resources.Theme theme = resources.newTheme(); in applyStyleNotForced() local
|
D | ResourcesTest.java | 704 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource() local 740 Resources.Theme theme = resources.newTheme(); in obtainStyledAttributesShouldDereferenceValues() local 824 final Resources.Theme theme = resources.newTheme(); in applyStyleForced() local 854 final Resources.Theme theme = resources.newTheme(); in applyStyleNotForced() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowThemeTest.java | 82 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 …]
|
D | ShadowResourcesTest.java | 84 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportDereferenceResource() local 99 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource() local
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowThemeTest.java | 99 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() local 106 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs() local 114 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs() local 122 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs() local 130 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs() local 184 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceFalse_shouldApplyButNotOverwriteExistingAttributeValues() local 196 Resources.Theme theme = resources.newTheme(); in applyStyle_withForceTrue_shouldApplyAndOverwriteExistingAttributeValues() local 208 Resources.Theme theme = resources.newTheme(); in whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local 225 Resources.Theme theme = resources.newTheme(); in xml_whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue() local 240 Resources.Theme theme = resources.newTheme(); in whenAttrSetAttrSpecifiesAttr_obtainStyledAttribute_returnsItsValue() local [all …]
|
D | ShadowResourcesTest.java | 106 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportDereferenceResource() local 122 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource() local
|
/external/wayland/cursor/ |
D | wayland-cursor.c | 138 struct wl_cursor_theme *theme; member 158 struct wl_cursor_theme *theme = image->theme; in wl_cursor_image_get_buffer() local 200 struct wl_cursor_theme *theme) in wl_cursor_create_from_data() 255 load_default_theme(struct wl_cursor_theme *theme) in load_default_theme() 282 struct wl_cursor_theme *theme) in wl_cursor_create_from_xcursor_images() 344 struct wl_cursor_theme *theme = data; in load_callback() local 385 struct wl_cursor_theme *theme; in wl_cursor_theme_load() local 424 wl_cursor_theme_destroy(struct wl_cursor_theme *theme) in wl_cursor_theme_destroy() 446 wl_cursor_theme_get_cursor(struct wl_cursor_theme *theme, in wl_cursor_theme_get_cursor()
|
/external/setupdesign/main/src/com/google/android/setupdesign/util/ |
D | ThemeResolver.java | 109 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()
|
D | ThemeHelper.java | 102 final String theme = intent.getStringExtra(WizardManagerHelper.EXTRA_THEME); in isLightTheme() local 115 public static boolean isLightTheme(String theme, boolean def) { in isLightTheme()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscResourcesImpl.java | 156 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() 166 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable() 183 Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache); in loadDrawable() 187 Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme); in loadDrawable()
|
D | ShadowLegacyResourcesImpl.java | 165 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() 175 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable() 189 Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache); in loadDrawable() 193 Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme); in loadDrawable()
|
D | ShadowDatePickerDialog.java | 32 int theme, in __constructor__()
|
D | ShadowArscAssetManager.java | 196 protected static void dumpTheme(long theme, int priority, String tag, String prefix) { in dumpTheme() 708 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in applyStyle() local 757 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in resolveAttrs() local 985 ResTableTheme theme = new ResTableTheme(am.getResources()); in newTheme() local 990 protected final void deleteTheme(int theme) { in deleteTheme() 995 protected final void deleteTheme(long theme) { in deleteTheme() 1031 …ResTableTheme theme = Preconditions.checkNotNull(Registries.NATIVE_THEME_REGISTRY.getNativeObject(… in loadThemeAttributeValue() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDatePickerDialog.java | 28 int theme, in __constructor__() 50 int theme, in __constructor__()
|
D | ShadowArscResourcesImpl.java | 157 …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()
|
D | ShadowTimePickerDialog.java | 22 int theme, in __constructor__()
|
D | ShadowLegacyResourcesImpl.java | 156 …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()
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterButton.java | 52 private int theme; field in FooterButton 84 @StyleRes int theme, in FooterButton() 360 private int theme = 0; field in FooterButton.Builder 403 public Builder setTheme(@StyleRes int theme) { in setTheme()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | ButtonItem.java | 42 private int theme = R.style.SudButtonItem; field in ButtonItem 79 public void setTheme(int theme) { in setTheme()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | NavigationBar.java | 62 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/ |
D | StyleResolver.java | 12 private final Style theme; field in StyleResolver 17 Style theme, ResName myResName, ResTable_config config) { in StyleResolver()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | StyleResolver.java | 12 private final Style theme; field in StyleResolver 17 Style theme, ResName myResName, ResTable_config config) { in StyleResolver()
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | FallbackThemeWrapper.java | 47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 463 IFWL_ThemeProvider* theme = GetThemeProvider(); in UpdateEditParams() local 532 IFWL_ThemeProvider* theme = GetThemeProvider(); in UpdateVAlignment() local 622 IFWL_ThemeProvider* theme = GetThemeProvider(); in Layout() local 663 IFWL_ThemeProvider* theme = GetThemeProvider(); in LayoutScrollBar() local
|