Home
last modified time | relevance | path

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

12

/frameworks/support/compat/tests/java/android/support/v4/content/res/
DResourcesCompatTest.java60 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetColor()
66 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetColor()
91 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetColorStateList()
105 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetColorStateList()
131 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetDrawable()
139 lilacTheme.applyStyle(R.style.LilacTheme, true); in testGetDrawable()
228 yellowTheme.applyStyle(R.style.YellowTheme, true); in testGetDrawableForDensityThemed()
231 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/
DTheme_bench.cpp59 theme->applyStyle(kStyleId, false /* force */); in BM_ThemeApplyStyleFrameworkOld()
88 theme->applyStyle(kStyleId, false /* force */); in BM_ThemeGetAttributeOld()
DResTable_test.cpp109 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme1)); in TEST()
133 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme2)); in TEST()
157 ASSERT_EQ(NO_ERROR, theme.applyStyle(lib::R::style::Theme)); in TEST()
DAttributeResolution_test.cpp70 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo)); in TEST_F()
175 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo)); in TEST_F()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DFallbackThemeWrapper.java51 theme.applyStyle(resId, false /* force */); in onApplyThemeResource()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java186 theme.applyStyle(resId, true); in onApplyThemeResource()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTintContextWrapper.java115 mTheme.applyStyle(resid, true); in setTheme()
/frameworks/support/v7/appcompat/src/android/support/v7/view/
DContextThemeWrapper.java188 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/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/
DAppCompatDelegateImplV9.java756 actionBarTheme.applyStyle(outValue.resourceId, true);
1257 widgetTheme.applyStyle(outValue.resourceId, true);
1270 widgetTheme.applyStyle(outValue.resourceId, true);
1974 widgetTheme.applyStyle(outValue.resourceId, true);
1980 widgetTheme.applyStyle(outValue.resourceId, true);
1982 widgetTheme.applyStyle(R.style.Theme_AppCompat_CompactMenu, true);
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java191 theme.applyStyle(android.R.style.Theme_NoTitleBar, false); in testThemesGetUpdatedWithNewImpl()
/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java396 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { in applyStyle() method in CaptioningManager.CaptionStyle
/frameworks/base/core/java/android/content/res/
DResources.java1404 public void applyStyle(int resId, boolean force) { in applyStyle() method in Resources.Theme
1405 mThemeImpl.applyStyle(resId, force); in applyStyle()
DAssetManager.java838 /*package*/ native static final void applyStyle(long theme, in applyStyle() method in AssetManager
DResourcesImpl.java1275 void applyStyle(int resId, boolean force) { in applyStyle() method in ResourcesImpl.ThemeImpl
1310 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/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java665 theme.applyStyle(R.style.ThemeOverlay_Material_Light, true); in testColorStateList()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1748 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1321 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1334 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
DDecorView.java1728 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.java295 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
DActivity.java4270 theme.applyStyle(resid, false); in onApplyThemeResource()

12