Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java42 theme.applyStyle(com.android.internal.R.style.PreviewWallpaperSettings, true); in onCreate()
44 theme.applyStyle(com.android.internal.R.style.ActiveWallpaperSettings, true); in onCreate()
/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp74 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1)); in TEST()
94 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2)); in TEST()
114 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme)); in TEST()
DTheme_test.cpp45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One)); in TEST()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
DContextThemeWrapper.java96 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java138 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DToolbarActionBar.java527 widgetTheme.applyStyle(outValue.resourceId, true); in ensureListMenuPresenter()
533 widgetTheme.applyStyle(outValue.resourceId, true); in ensureListMenuPresenter()
535 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true); in ensureListMenuPresenter()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java687 actionBarTheme.applyStyle(outValue.resourceId, true); in startSupportActionModeFromWindow()
1146 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1159 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1828 widgetTheme.applyStyle(outValue.resourceId, true); in setStyle()
1834 widgetTheme.applyStyle(outValue.resourceId, true); in setStyle()
1836 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true); in setStyle()
/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java401 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { in applyStyle() method in CaptioningManager.CaptionStyle
/frameworks/base/core/java/android/content/res/
DResources.java1440 public void applyStyle(int resId, boolean force) { in applyStyle() method in Resources.Theme
1486 AssetManager.applyStyle(mTheme, 0, 0, 0, attrs, array.mData, array.mIndices); in obtainStyledAttributes()
1541 AssetManager.applyStyle(mTheme, 0, resid, 0, attrs, array.mData, array.mIndices); in obtainStyledAttributes()
1603 AssetManager.applyStyle(mTheme, defStyleAttr, defStyleRes, in obtainStyledAttributes()
DAssetManager.java746 /*package*/ native static final boolean applyStyle(long theme, in applyStyle() method in AssetManager
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1117 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(mManager.getUserStyle()); in ClosedCaptionWidget()
1196 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(userStyle);
DWebVttRenderer.java1276 captionStyle = DEFAULT_CAPTION_STYLE.applyStyle(captionStyle); in setCaptionStyle()
/frameworks/base/include/androidfw/
DResourceTypes.h1651 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1236 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1249 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
3375 actionBarTheme.applyStyle(outValue.resourceId, true);
/frameworks/base/core/java/android/app/
DContextImpl.java268 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
DActivity.java3722 theme.applyStyle(resid, false); in onApplyThemeResource()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp979 theme->applyStyle(styleRes, force ? true : false); in android_content_AssetManager_applyThemeStyle()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3238 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle() function in android::ResTable::Theme
/frameworks/base/api/
Dcurrent.txt9803 method public void applyStyle(int, boolean);
Dsystem-current.txt10140 method public void applyStyle(int, boolean);