/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowThemeTest.java | 83 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 …]
|
D | ShadowAssetManagerTest.java | 98 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()
|
D | ShadowResourcesTest.java | 85 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/ |
D | FallbackThemeWrapper.java | 48 theme.applyStyle(resId, false /* force */); in onApplyThemeResource()
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | style-util.js | 108 applyStyle(style, target, contextNode); 153 export function applyStyle(style, target, contextNode) { function
|
D | style-properties.js | 557 StyleUtil.applyStyle(style, null, styleInfo.placeholder);
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 687 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()
|
D | ShadowLegacyAssetManager.java | 950 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/ |
D | PathRendererCacheTests.cpp | 45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
D | GrShapeTest.cpp | 584 *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/ |
D | PathRendererCacheTests.cpp | 47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
D | GrStyledShapeTest.cpp | 593 *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/ |
D | GrStyledShape.h | 143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
|
D | GrStyledShape.cpp | 364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
|
/external/skqp/src/gpu/ |
D | GrShape.h | 150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
|
D | GrBlurUtils.cpp | 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
D | GrShape.cpp | 449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
|
D | GrRenderTargetContext.cpp | 1865 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/ |
D | ResTableTheme.java | 168 public int applyStyle(int resID, boolean force) { in applyStyle() method in ResTableTheme
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 475 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
D | GrSurfaceDrawContext.cpp | 1831 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/ |
D | README.md | 397 If `ShadyCSS.applyStyle` is never called, `<custom-style>` elements will process
|
D | scoping-shim.min.js.map | 1 …applyStyle","lastHeadApplyNode","applyStylePlaceHolder","placeHolder","createComment","scope","hea…
|
D | apply-shim.min.js.map | 1 …applyStyle(style, target, contextNode);\n return style;\n}\n\n/**\n * @param {string} cssText\n *…
|