Home
last modified time | relevance | path

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

12

/frameworks/support/v4/tests/java/android/support/v4/content/res/
DResourcesCompatTest.java51 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetColor()
57 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetColor()
82 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetColorStateList()
96 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetColorStateList()
122 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetDrawable()
130 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetDrawable()
219 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetDrawableForDensityThemed()
222 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetDrawableForDensityThemed()
/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.cpp86 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme1)); in TEST()
106 ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::Theme2)); in TEST()
126 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/view/
DContextThemeWrapper.java96 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTintContextWrapper.java104 mTheme.applyStyle(resid, true); in setTheme()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DToolbarActionBar.java539 widgetTheme.applyStyle(outValue.resourceId, true); in ensureListMenuPresenter()
545 widgetTheme.applyStyle(outValue.resourceId, true); in ensureListMenuPresenter()
547 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true); in ensureListMenuPresenter()
DAppCompatDelegateImplV7.java745 actionBarTheme.applyStyle(outValue.resourceId, true); in startSupportActionModeFromWindow()
1247 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1260 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1954 widgetTheme.applyStyle(outValue.resourceId, true); in setStyle()
1960 widgetTheme.applyStyle(outValue.resourceId, true); in setStyle()
1962 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true); in setStyle()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java186 theme.applyStyle(resId, true); in onApplyThemeResource()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java401 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { in applyStyle() method in CaptioningManager.CaptionStyle
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java190 theme.applyStyle(android.R.style.Theme_NoTitleBar, false); in testThemesGetUpdatedWithNewImpl()
/frameworks/base/core/java/android/content/res/
DResources.java1374 public void applyStyle(int resId, boolean force) { in applyStyle() method in Resources.Theme
1375 mThemeImpl.applyStyle(resId, force); in applyStyle()
DAssetManager.java805 /*package*/ native static final boolean applyStyle(long theme, in applyStyle() method in AssetManager
DResourcesImpl.java1085 void applyStyle(int resId, boolean force) { in applyStyle() method in ResourcesImpl.ThemeImpl
1120 AssetManager.applyStyle(mTheme, defStyleAttr, defStyleRes, in obtainStyledAttributes()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java158 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(mManager.getUserStyle()); in ClosedCaptionWidget()
227 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(userStyle);
DWebVttRenderer.java1276 captionStyle = DEFAULT_CAPTION_STYLE.applyStyle(captionStyle); in setCaptionStyle()
/frameworks/base/include/androidfw/
DResourceTypes.h1678 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1302 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1315 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
DDecorView.java1570 actionBarTheme.applyStyle(outValue.resourceId, true);
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1054 theme->applyStyle(styleRes, force ? true : false); in android_content_AssetManager_applyThemeStyle()
/frameworks/base/core/java/android/app/
DContextImpl.java280 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
DActivity.java4024 theme.applyStyle(resid, false); in onApplyThemeResource()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3351 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle() function in android::ResTable::Theme
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9258 method public void applyStyle(int, boolean);

12