Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 24 of 24) 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/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-util.js108 applyStyle(style, target, contextNode);
153 export function applyStyle(style, target, contextNode) { function
Dstyle-properties.js557 StyleUtil.applyStyle(style, null, styleInfo.placeholder);
/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/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/skia/tests/
DPathRendererCacheTests.cpp47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
DGrStyledShapeTest.cpp593 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
595 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
596 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
/external/skia/src/gpu/geometry/
DGrStyledShape.h143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
DGrStyledShape.cpp364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
/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/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/skia/src/gpu/
DGrBlurUtils.cpp475 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DGrSurfaceDrawContext.cpp1831 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1840 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
DREADME.md397 If `ShadyCSS.applyStyle` is never called, `<custom-style>` elements will process
Dscoping-shim.min.js.map1applyStyle","lastHeadApplyNode","applyStylePlaceHolder","placeHolder","createComment","scope","hea…
Dapply-shim.min.js.map1applyStyle(style, target, contextNode);\n return style;\n}\n\n/**\n * @param {string} cssText\n *…