HomeSort by relevance Sort by last modified time
    Searched refs:applyStyle (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/theme/src/android/theme/cts/
ThemeRebaseTest.java 70 mTheme.applyStyle(R.style.RebaseTestThemeBase, false);
74 mTheme.applyStyle(R.style.RebaseTestThemeOverlay, true);
94 mTheme.applyStyle(R.style.RebaseTestThemeBase, false);
98 mTheme.applyStyle(R.style.RebaseTestThemeOverlay, true);
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
FallbackThemeWrapper.java 48 theme.applyStyle(resId, false /* force */);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowThemeTest.java 83 theme.applyStyle(R.style.Theme_Robolectric_EmptyParent, true);
89 theme.applyStyle(R.style.SimpleParent, true);
96 theme.applyStyle(R.style.SimpleChildWithOverride, true);
103 theme.applyStyle(R.style.SimpleParent_ImplicitChild, true);
110 theme.applyStyle(R.style.SimpleChildWithAdditionalAttributes, true);
120 theme1.applyStyle(R.style.Theme_Robolectric, false);
134 sourceTheme.applyStyle(R.style.StyleA, false);
138 destTheme.applyStyle(R.style.StyleB, true);
149 sourceTheme.applyStyle(R.style.StyleA, false);
153 sourceTheme.applyStyle(R.style.StyleB, true)
    [all...]
ShadowAssetManagerTest.java 98 resources.newTheme().applyStyle(-1, false);
109 Resources.getSystem().newTheme().applyStyle(-1, false);
202 theme.applyStyle(R.style.Theme_Robolectric, false);
ShadowResourcesTest.java 85 theme.applyStyle(R.style.MyBlackTheme, false);
100 theme.applyStyle(R.style.MyBlackTheme, false);
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 53 mResTheme.applyStyle(R.raw.testmp3, false);
87 mResTheme.applyStyle(R.style.Theme_InlineString, false);
108 theme.applyStyle(R.style.Theme_OrientationDependent, true);
109 assertEquals("First call to Theme.applyStyle() sets changing configuration",
112 theme.applyStyle(R.style.Theme_LayoutDirectionDependent, true);
113 assertEquals("Multiple calls to Theme.applyStyle() update changing configuration",
135 theme.applyStyle(R.style.Theme_LayoutIsRTL, true);
158 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
176 theme.applyStyle(R.style.Theme_Empty, false /*force*/);
184 theme.applyStyle(R.style.Whatever, false /*force*/)
    [all...]
ColorStateListTest.java 65 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
TypedArrayTest.java 294 theme.applyStyle(R.style.Whatever, false);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 91 theme.applyStyle(R.style.TextAppearance, true);
163 expected.applyStyle(R.style.TextAppearance, true);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 59 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
DrawableTest.java 432 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
464 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
    [all...]
VectorDrawableTest.java 255 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
GradientDrawableTest.java 696 theme.applyStyle(R.style.Theme_MixedGradientTheme, true);
  /external/skia/tests/
PathRendererCacheTests.cpp 45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f);
  /external/skqp/tests/
PathRendererCacheTests.cpp 45 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager.java 687 protected static void applyStyle(int themeToken, int defStyleAttr, int defStyleRes,
689 applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs,
694 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes,
700 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs,
705 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes,
711 AttributeResolution.ApplyStyle(theme, xmlParser, defStyleAttr, defStyleRes,
    [all...]
ShadowLegacyAssetManager.java     [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTableTheme.java 168 public int applyStyle(int resID, boolean force) {
  /external/skia/src/gpu/
GrBlurUtils.cpp 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale));
GrShape.h 150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const {
507 /** Constructor used by the applyStyle() function */
GrShape.cpp 449 *this = tmpParent.get()->applyStyle(apply, scale);
  /external/skqp/src/gpu/
GrBlurUtils.cpp 270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale));
GrShape.h 150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const {
507 /** Constructor used by the applyStyle() function */
GrShape.cpp 449 *this = tmpParent.get()->applyStyle(apply, scale);
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 136 popupTheme.applyStyle(android.R.style.Theme_Material, true);

Completed in 2080 milliseconds

1 2