HomeSort by relevance Sort by last modified time
    Searched defs:applyStyle (Results 1 - 25 of 254) 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 */);
  /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);
  /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/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);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 55 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
VectorDrawableTest.java 256 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);
  /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/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 191 theme.applyStyle(android.R.style.Theme_NoTitleBar, false);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountTypePreferenceLoader.java 92 baseTheme.applyStyle(R.style.Theme_SettingsBase, true);
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 134 popupTheme.applyStyle(android.R.style.Theme_Material, true);
AutoCompleteTextViewTest.java 173 popupTheme.applyStyle(android.R.style.Theme_Material, true);
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 120 applyStyle();
125 private void applyStyle() {
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 396 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) {
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
ResourcesImpl.java     [all...]
AssetManager.java 832 /*package*/ native static final void applyStyle(long theme,
  /cts/tests/app/src/android/app/cts/
DialogTest.java 132 expected.applyStyle(R.style.TextAppearance, true);
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 293 mTheme.applyStyle(mThemeResource, true);
    [all...]

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011