Home
last modified time | relevance | path

Searched refs:Theme (Results 1 – 25 of 30) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java8 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 …]
DShadowResourcesTest.java84 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportDereferenceResource()
99 Resources.Theme theme = resources.newTheme(); in themeResolveAttribute_shouldSupportNotDereferencingResource()
DShadowAssetManagerTest.java201 Resources.Theme theme = resources.newTheme(); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DRegistries.java4 import org.robolectric.res.android.CppAssetManager2.Theme;
22 public static final NativeObjRegistry<Theme> NATIVE_THEME9_REGISTRY =
23 new NativeObjRegistry<>(Theme.class);
DAttributeResolution10.java11 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()
DAttributeResolution9.java10 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()
DCppAssetManager2.java1345 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/
DShadowLegacyResourcesImpl.java143 …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()
DShadowArscResourcesImpl.java157 …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()
DShadowArscAssetManager9.java66 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 …]
DShadowArscAssetManager10.java68 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 …]
DShadowResources.java239 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/
DFallbackThemeWrapper.java20 import android.content.res.Resources.Theme;
47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
/external/pdfium/xfa/fwl/theme/
DREADME.md3 TP stands for Theme Part.
28 the TP (Theme Part) corresponding to that widget.
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTheme.java15 public class Theme { class
DTimelineApplet.java79 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()
DTweenApplet.java70 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load()
71 Theme.apply(getContentPane()); in load()
/external/python/cpython2/Lib/idlelib/
Dconfig-main.def65 [Theme]
DNEWS.txt106 '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/
DR.java597 public static final int Theme=0x7f120005; field in R.style
/external/python/cpython3/Lib/idlelib/
Dconfig-main.def76 [Theme]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java84 public Resources.Theme getTheme() { in getTheme()
/external/libxml2/result/HTML/
Dfp40.htm.sax20 SAX.startElement(meta, name='Microsoft Theme', content='none')
/external/libnl/doc/stylesheets/
Dflask.css522 * Theme specific overrides of the preceding (asciidoc.css) CSS.
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst786 released before November 2015, hit the 'Save as New Custom Theme' button and

12