Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 20 of 20) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java83 theme.applyStyle(R.style.Theme_Robolectric_EmptyParent, true); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild()
89 theme.applyStyle(R.style.SimpleParent, true); in shouldApplyParentStylesFromAttrs()
96 theme.applyStyle(R.style.SimpleChildWithOverride, true); in applyStyle_shouldOverrideParentAttrs()
103 theme.applyStyle(R.style.SimpleParent_ImplicitChild, true); in applyStyle_shouldOverrideImplicitParentAttrs()
110 theme.applyStyle(R.style.SimpleChildWithAdditionalAttributes, true); in applyStyle_shouldInheritParentAttrs()
120 theme1.applyStyle(R.style.Theme_Robolectric, false); in setTo_shouldCopyAllAttributesToEmptyTheme()
134 sourceTheme.applyStyle(R.style.StyleA, false); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate()
138 destTheme.applyStyle(R.style.StyleB, true); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate()
149 sourceTheme.applyStyle(R.style.StyleA, false); in setTo_whenSourceThemeIsModified_destThemeShouldNotMutate()
153 sourceTheme.applyStyle(R.style.StyleB, true); in setTo_whenSourceThemeIsModified_destThemeShouldNotMutate()
[all …]
DShadowAssetManagerTest.java98 resources.newTheme().applyStyle(-1, false); in unknownResourceIdsShouldReportPackagesSearched()
109 Resources.getSystem().newTheme().applyStyle(-1, false); in forSystemResources_unknownResourceIdsShouldReportPackagesSearched()
202 theme.applyStyle(R.style.Theme_Robolectric, false); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
DShadowResourcesTest.java85 theme.applyStyle(R.style.MyBlackTheme, false); in themeResolveAttribute_shouldSupportDereferenceResource()
100 theme.applyStyle(R.style.MyBlackTheme, false); in themeResolveAttribute_shouldSupportNotDereferencingResource()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DFallbackThemeWrapper.java48 theme.applyStyle(resId, false /* force */); in onApplyThemeResource()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java687 protected static void applyStyle(int themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowArscAssetManager
689 applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle()
694 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowArscAssetManager
700 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle()
705 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowArscAssetManager
1006 Registries.NATIVE_THEME_REGISTRY.getNativeObject(themePtr).applyStyle(styleRes, force); in applyThemeStyle()
DShadowLegacyAssetManager.java950 protected static boolean applyStyle(int themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowLegacyAssetManager
952 return applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle()
957 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowLegacyAssetManager
963 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle()
973 protected static boolean applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() method in ShadowLegacyAssetManager
/external/skia/tests/
DPathRendererCacheTests.cpp45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
DGrShapeTest.cpp584 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
586 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
587 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
/external/skqp/tests/
DPathRendererCacheTests.cpp45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
DGrShapeTest.cpp584 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
586 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
587 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
/external/skqp/src/gpu/
DGrShape.h150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
DGrBlurUtils.cpp270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DGrShape.cpp449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
DGrRenderTargetContext.cpp1865 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1874 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()
/external/skia/src/gpu/
DGrBlurUtils.cpp270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DGrShape.h150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
DGrShape.cpp449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
DGrRenderTargetContext.cpp1973 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1982 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java168 public int applyStyle(int resID, boolean force) { in applyStyle() method in ResTableTheme
/external/ImageMagick/www/assets/
Dmagick.js6 …config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),t}…