/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowThemeTest.java | 8 import android.content.res.Resources.Theme; 82 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild() 88 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs() 95 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs() 102 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs() 109 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs() 119 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme() 124 Resources.Theme theme2 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme() 133 Resources.Theme sourceTheme = resources.newTheme(); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate() 136 Resources.Theme destTheme = resources.newTheme(); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate() [all …]
|
D | ShadowResourcesTest.java | 84 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportDereferenceResource() 99 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource()
|
D | ShadowAssetManagerTest.java | 201 Resources.Theme theme = resources.newTheme(); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Registries.java | 4 import org.robolectric.res.android.CppAssetManager2.Theme; 22 public static final NativeObjRegistry<Theme> NATIVE_THEME9_REGISTRY = 23 new NativeObjRegistry<>(Theme.class);
|
D | AttributeResolution10.java | 11 import org.robolectric.res.android.CppAssetManager2.Theme; 93 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()
|
D | AttributeResolution9.java | 10 import org.robolectric.res.android.CppAssetManager2.Theme; 89 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()
|
D | CppAssetManager2.java | 1345 public Theme NewTheme() { in NewTheme() 1346 return new Theme(this); in NewTheme() 1349 public static class Theme { class in CppAssetManager2 1375 public Theme(CppAssetManager2 cppAssetManager2) { in Theme() method in CppAssetManager2.Theme 1607 public boolean SetTo(final Theme o) { in SetTo()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyResourcesImpl.java | 143 …public TypedArray obtainStyledAttributes(Resources.Theme wrapper, AttributeSet set, int[] attrs, i… in obtainStyledAttributes() 156 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() 161 from(Resources.Theme.class, theme), in loadDrawable() 170 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable() 176 from(Resources.Theme.class, theme)); in loadDrawable()
|
D | ShadowArscResourcesImpl.java | 157 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() 162 from(Resources.Theme.class, theme), in loadDrawable() 171 …le loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) { in loadDrawable() 177 from(Resources.Theme.class, theme)); in loadDrawable()
|
D | ShadowArscAssetManager9.java | 66 import org.robolectric.res.android.CppAssetManager2.Theme; 1327 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() 1409 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() 1503 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() 1518 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy() 1519 Theme src_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(src_theme_ptr); in nativeThemeCopy() 1534 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy() 1535 Theme src_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(src_theme_ptr); in nativeThemeCopy() 1565 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() 1594 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeDump() [all …]
|
D | ShadowArscAssetManager10.java | 68 import org.robolectric.res.android.CppAssetManager2.Theme; 1331 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() 1413 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() 1507 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() 1522 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy() 1523 Theme src_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(src_theme_ptr); in nativeThemeCopy() 1537 Theme dst_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(dst_theme_ptr); in nativeThemeCopy() 1538 Theme src_theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(src_theme_ptr); in nativeThemeCopy() 1567 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() 1596 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeDump() [all …]
|
D | ShadowResources.java | 239 protected Drawable loadDrawable(TypedValue value, int id, Resources.Theme theme) in loadDrawable() 242 …ss, value), ClassParameter.from(int.class, id), ClassParameter.from(Resources.Theme.class, theme)); in loadDrawable() 276 @Implements(value = Resources.Theme.class, shadowPicker = ShadowTheme.Picker.class) 278 @RealObject Resources.Theme realTheme;
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | FallbackThemeWrapper.java | 20 import android.content.res.Resources.Theme; 47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
|
/external/pdfium/xfa/fwl/theme/ |
D | README.md | 3 TP stands for Theme Part. 28 the TP (Theme Part) corresponding to that widget.
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | Theme.java | 15 public class Theme { class
|
D | TimelineApplet.java | 79 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load() 80 Theme.apply(getContentPane()); in load() 97 for (JLabel lbl : labels.values()) lbl.setForeground(Theme.MAIN_FOREGROUND); in load()
|
D | TweenApplet.java | 70 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load() 71 Theme.apply(getContentPane()); in load()
|
/external/python/cpython2/Lib/idlelib/ |
D | config-main.def | 65 [Theme]
|
D | NEWS.txt | 106 'Save as New Custom Theme' button and enter a new name, 785 config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | R.java | 597 public static final int Theme=0x7f120005; field in R.style
|
/external/python/cpython3/Lib/idlelib/ |
D | config-main.def | 76 [Theme]
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
D | MockContext.java | 84 public Resources.Theme getTheme() { in getTheme()
|
/external/libxml2/result/HTML/ |
D | fp40.htm.sax | 20 SAX.startElement(meta, name='Microsoft Theme', content='none')
|
/external/libnl/doc/stylesheets/ |
D | flask.css | 522 * Theme specific overrides of the preceding (asciidoc.css) CSS.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 786 released before November 2015, hit the 'Save as New Custom Theme' button and
|