/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/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/skia/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/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/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/skia/src/gpu/ |
D | GrBlurUtils.cpp | 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
D | GrShape.h | 150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
|
D | GrShape.cpp | 449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
|
D | GrRenderTargetContext.cpp | 1973 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/ |
D | ResTableTheme.java | 168 public int applyStyle(int resID, boolean force) { in applyStyle() method in ResTableTheme
|
/external/ImageMagick/www/assets/ |
D | magick.js | 6 …config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),t}…
|