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

1 2 3 4 5 6 7 8 9

  /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/support/v4/tests/java/android/support/v4/content/res/
ResourcesCompatTest.java 51 yellowTheme.applyStyle(R.style.YellowTheme, true);
57 lilacTheme.applyStyle(R.style.LilacTheme, true);
82 yellowTheme.applyStyle(R.style.YellowTheme, true);
96 lilacTheme.applyStyle(R.style.LilacTheme, true);
122 yellowTheme.applyStyle(R.style.YellowTheme, true);
130 lilacTheme.applyStyle(R.style.LilacTheme, true);
219 yellowTheme.applyStyle(R.style.YellowTheme, true);
222 lilacTheme.applyStyle(R.style.LilacTheme, true);
  /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...]
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 53 mResTheme.applyStyle(R.raw.testmp3, false);
98 theme.applyStyle(R.style.Theme_OrientationDependent, true);
99 assertEquals("First call to Theme.applyStyle() sets changing configuration",
102 theme.applyStyle(R.style.Theme_LayoutDirectionDependent, true);
103 assertEquals("Multiple calls to Theme.applyStyle() update changing configuration",
125 theme.applyStyle(R.style.Theme_LayoutIsRTL, true);
148 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
ColorStateListTest.java 65 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 96 theme.applyStyle(resid, true);
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One));
ResTable_test.cpp 86 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1));
106 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2));
126 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme));
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintContextWrapper.java 104 mTheme.applyStyle(resid, true);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 186 theme.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 46 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
DrawableTest.java 318 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
348 theme.applyStyle(R.style.Theme_ThemedDrawableTest, true);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 127 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/
AccountPreferenceBase.java 158 baseTheme.applyStyle(com.android.settings.R.style.Theme_SettingsBase, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ToolbarActionBar.java 539 widgetTheme.applyStyle(outValue.resourceId, true);
545 widgetTheme.applyStyle(outValue.resourceId, true);
547 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true);
AppCompatDelegateImplV7.java 745 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;
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 401 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) {
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 190 theme.applyStyle(android.R.style.Theme_NoTitleBar, false);
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 147 sPreloaderTheme.applyStyle(R.style.PreloadIcon, true);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 805 /*package*/ native static final boolean applyStyle(long theme,
Resources.java     [all...]
ResourcesImpl.java     [all...]

Completed in 1294 milliseconds

1 2 3 4 5 6 7 8 9