/frameworks/support/compat/tests/java/android/support/v4/content/res/ |
D | ResourcesCompatTest.java | 60 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/ |
D | WallpaperSettingsActivity.java | 42 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/ |
D | Theme_bench.cpp | 59 theme->applyStyle(kStyleId, false /* force */); in BM_ThemeApplyStyleFrameworkOld() 88 theme->applyStyle(kStyleId, false /* force */); in BM_ThemeGetAttributeOld()
|
D | ResTable_test.cpp | 109 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()
|
D | AttributeResolution_test.cpp | 70 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/ |
D | FallbackThemeWrapper.java | 51 theme.applyStyle(resId, false /* force */); in onApplyThemeResource()
|
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 186 theme.applyStyle(resId, true); in onApplyThemeResource()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | TintContextWrapper.java | 115 mTheme.applyStyle(resid, true); in setTheme()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
D | ContextThemeWrapper.java | 188 theme.applyStyle(resid, true); in onApplyThemeResource()
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AppCompatDelegateImplV9.java | 756 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/ |
D | ResourcesManagerTest.java | 191 theme.applyStyle(android.R.style.Theme_NoTitleBar, false); in testThemesGetUpdatedWithNewImpl()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 396 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { in applyStyle() method in CaptioningManager.CaptionStyle
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1404 public void applyStyle(int resId, boolean force) { in applyStyle() method in Resources.Theme 1405 mThemeImpl.applyStyle(resId, force); in applyStyle()
|
D | AssetManager.java | 838 /*package*/ native static final void applyStyle(long theme, in applyStyle() method in AssetManager
|
D | ResourcesImpl.java | 1275 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/ |
D | ClosedCaptionRenderer.java | 158 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(mManager.getUserStyle()); in ClosedCaptionWidget() 227 mCaptionStyle = DEFAULT_CAPTION_STYLE.applyStyle(userStyle);
|
D | WebVttRenderer.java | 1276 captionStyle = DEFAULT_CAPTION_STYLE.applyStyle(captionStyle); in setCaptionStyle()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 665 theme.applyStyle(R.style.ThemeOverlay_Material_Light, true); in testColorStateList()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1748 status_t applyStyle(uint32_t resID, bool force=false);
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 1321 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu() 1334 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
|
D | DecorView.java | 1728 actionBarTheme.applyStyle(outValue.resourceId, true);
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1054 theme->applyStyle(styleRes, force ? true : false); in android_content_AssetManager_applyThemeStyle()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 295 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
|
D | Activity.java | 4270 theme.applyStyle(resid, false); in onApplyThemeResource()
|