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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true);
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
FallbackThemeWrapper.java 51 theme.applyStyle(resId, false /* force */);
  /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 258 theme.applyStyle(R.style.Whatever, false);
  /frameworks/base/libs/androidfw/tests/
Theme_bench.cpp 42 theme->ApplyStyle(kStyleId, false /* force */);
59 theme->applyStyle(kStyleId, false /* force */);
71 theme->ApplyStyle(kStyleId, false /* force */);
88 theme->applyStyle(kStyleId, false /* force */);
AttributeResolution_test.cpp 70 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo));
175 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo));
182 ApplyStyle(&theme, &xml_parser_, 0 /*def_style_attr*/, 0 /*def_style_res*/, attrs.data(),
ResTable_test.cpp 109 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme1));
133 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme2));
157 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 53 false /* removeExtracted */, false /* applyStyle */, null, 1, "@+id/button2");
59 false /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
65 true /* removeExtracted */, false /* applyStyle */, null, 2, "@+id/button2");
71 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
79 true /* removeExtracted */, true /* applyStyle */, null, 2, "@+id/button2");
85 true /* removeExtracted */, true /* applyStyle */, null, 2,
95 true /* removeExtracted */, true /* applyStyle */, null, 2,
103 true /* removeExtracted */, true /* applyStyle */, null, 2,
111 true /* removeExtracted */, true /* applyStyle */, null, 0,
119 true /* removeExtracted */, true /* applyStyle */, null, 2
    [all...]
  /frameworks/support/compat/tests/java/android/support/v4/content/res/
ResourcesCompatTest.java 60 yellowTheme.applyStyle(R.style.YellowTheme, true);
66 lilacTheme.applyStyle(R.style.LilacTheme, true);
91 yellowTheme.applyStyle(R.style.YellowTheme, true);
105 lilacTheme.applyStyle(R.style.LilacTheme, true);
131 yellowTheme.applyStyle(R.style.YellowTheme, true);
139 lilacTheme.applyStyle(R.style.LilacTheme, true);
228 yellowTheme.applyStyle(R.style.YellowTheme, true);
231 lilacTheme.applyStyle(R.style.LilacTheme, true);
  /external/skia/tests/
DFPathRendererTest.cpp 43 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.f);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 186 theme.applyStyle(resId, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 188 theme.applyStyle(resid, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintContextWrapper.java 115 mTheme.applyStyle(resid, true);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 120 applyStyle();
125 private void applyStyle() {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 55 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
DrawableTest.java 328 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
360 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 149 expected.applyStyle(R.style.TextAppearance, true);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle(
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountTypePreferenceLoader.java 92 baseTheme.applyStyle(R.style.Theme_SettingsBase, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java 756 actionBarTheme.applyStyle(outValue.resourceId, true);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 111 private static final String KEY_APPLY_STYLE = "applystyle"; //$NON-NLS-1$
230 void setApplyStyle(boolean applyStyle) {
231 mApplyStyle = applyStyle;
  /external/skia/src/gpu/
GrShape.h 131 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const {
379 /** Constructor used by the applyStyle() function */
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 396 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) {
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 191 theme.applyStyle(android.R.style.Theme_NoTitleBar, false);

Completed in 869 milliseconds

1 2 3 4 5 6 7 8 91011