Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 11 of 11) 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/core/java/android/view/
DContextThemeWrapper.java94 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/base/core/java/android/content/res/
DResources.java1109 public void applyStyle(int resid, boolean force) { in applyStyle() method in Resources.Theme
1149 AssetManager.applyStyle(mTheme, 0, 0, 0, attrs, in obtainStyledAttributes()
1180 AssetManager.applyStyle(mTheme, 0, resid, 0, attrs, in obtainStyledAttributes()
1269 AssetManager.applyStyle( in obtainStyledAttributes()
DAssetManager.java699 /*package*/ native static final boolean applyStyle(int theme, in applyStyle() method in AssetManager
/frameworks/base/include/utils/
DResourceTypes.h1910 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/core/java/android/app/
DContextImpl.java528 mTheme.applyStyle(mThemeResource, true); in getTheme()
DActivity.java3153 theme.applyStyle(resid, false); in onApplyThemeResource()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp821 theme->applyStyle(styleRes, force ? true : false); in android_content_AssetManager_applyThemeStyle()
/frameworks/base/libs/utils/
DResourceTypes.cpp1548 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle() function in android::ResTable::Theme
/frameworks/base/api/
Dcurrent.txt6632 method public void applyStyle(int, boolean);
D14.txt6632 method public void applyStyle(int, boolean);