/frameworks/support/v4/tests/java/android/support/v4/content/res/ |
D | ResourcesCompatTest.java | 51 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/ |
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 | ResTable_test.cpp | 86 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()
|
D | Theme_test.cpp | 45 ASSERT_EQ(NO_ERROR, theme1.applyStyle(app::R::style::Theme_One)); in TEST()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/ |
D | ContextThemeWrapper.java | 96 theme.applyStyle(resid, true); in onApplyThemeResource()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | TintContextWrapper.java | 104 mTheme.applyStyle(resid, true); in setTheme()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ToolbarActionBar.java | 539 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()
|
D | AppCompatDelegateImplV7.java | 745 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/ |
D | ContextThemeWrapper.java | 186 theme.applyStyle(resId, true); in onApplyThemeResource()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 401 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { in applyStyle() method in CaptioningManager.CaptionStyle
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesManagerTest.java | 190 theme.applyStyle(android.R.style.Theme_NoTitleBar, false); in testThemesGetUpdatedWithNewImpl()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1374 public void applyStyle(int resId, boolean force) { in applyStyle() method in Resources.Theme 1375 mThemeImpl.applyStyle(resId, force); in applyStyle()
|
D | AssetManager.java | 805 /*package*/ native static final boolean applyStyle(long theme, in applyStyle() method in AssetManager
|
D | ResourcesImpl.java | 1085 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/ |
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/base/include/androidfw/ |
D | ResourceTypes.h | 1678 status_t applyStyle(uint32_t resID, bool force=false);
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 1302 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu() 1315 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
|
D | DecorView.java | 1570 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 | 280 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
|
D | Activity.java | 4024 theme.applyStyle(resid, false); in onApplyThemeResource()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3351 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle() function in android::ResTable::Theme
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9258 method public void applyStyle(int, boolean);
|