Searched refs:applyStyle (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true);
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java128 theme.applyStyle(resid, true);
/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One));
H A DResTable_test.cpp70 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1));
90 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2));
110 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme));
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java119 // See the definition of force parameter in Theme.applyStyle().
128 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle(style, force);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java527 widgetTheme.applyStyle(outValue.resourceId, true);
529 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true);
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java370 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { method in class:CaptioningManager.CaptionStyle
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java973 widgetTheme.applyStyle(outValue.resourceId, true);
986 widgetTheme.applyStyle(outValue.resourceId, true);
1630 widgetTheme.applyStyle(outValue.resourceId, true);
1636 widgetTheme.applyStyle(outValue.resourceId, true);
1638 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java732 /*package*/ native static final boolean applyStyle(long theme, method in class:AssetManager
H A DResources.java1355 public void applyStyle(int resId, boolean force) { method in class:Resources.Theme
1401 AssetManager.applyStyle(mTheme, 0, 0, 0, attrs, array.mData, array.mIndices);
1455 AssetManager.applyStyle(mTheme, 0, resid, 0, attrs, array.mData, array.mIndices);
1517 AssetManager.applyStyle(mTheme, defStyleAttr, defStyleRes,
1699 * {@link #applyStyle(int, boolean)}.
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1123 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(mManager.getUserStyle());
1202 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(userStyle);
H A DWebVttRenderer.java1274 captionStyle = DEFAULT_CAPTION_STYLE.applyStyle(captionStyle);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1619 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1218 widgetTheme.applyStyle(outValue.resourceId, true);
1231 widgetTheme.applyStyle(outValue.resourceId, true);
2718 actionBarTheme.applyStyle(outValue.resourceId, true);
/frameworks/base/core/java/android/app/
H A DActivity.java3677 theme.applyStyle(resid, false);
H A DContextImpl.java844 mTheme.applyStyle(mThemeResource, true);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp958 theme->applyStyle(styleRes, force ? true : false);
2067 { "applyStyle","(JIIJ[I[I[I)Z",
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3054 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) function in class:android::ResTable::Theme

Completed in 414 milliseconds