Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 9 of 9) 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.java88 theme.applyStyle(resid, true); in onApplyThemeResource()
/frameworks/base/core/java/android/content/res/
DResources.java959 public void applyStyle(int resid, boolean force) { in applyStyle() method in Resources.Theme
999 AssetManager.applyStyle(mTheme, 0, 0, 0, attrs, in obtainStyledAttributes()
1030 AssetManager.applyStyle(mTheme, 0, resid, 0, attrs, in obtainStyledAttributes()
1119 AssetManager.applyStyle( in obtainStyledAttributes()
DAssetManager.java697 /*package*/ native static final boolean applyStyle(int theme, in applyStyle() method in AssetManager
/frameworks/base/include/utils/
DResourceTypes.h1830 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/core/java/android/app/
DActivity.java2790 theme.applyStyle(resid, false); in onApplyThemeResource()
DContextImpl.java291 mTheme.applyStyle(mThemeResource, true); in getTheme()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp840 theme->applyStyle(styleRes, force ? true : false); in android_content_AssetManager_applyThemeStyle()
/frameworks/base/libs/utils/
DResourceTypes.cpp1406 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) in applyStyle() function in android::ResTable::Theme