Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/android/view/
DContextThemeWrapper.java87 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
95 Resources.Theme theme = mBase.getTheme(); in initializeTheme() local
DIWindowManager.aidl76 void setAppStartingWindow(IBinder token, String pkg, int theme, in setAppStartingWindow()
DWindowManagerPolicy.java500 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java39 Resources.Theme theme = getTheme(); in onCreate() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java212 /*package*/ final boolean getThemeValue(int theme, int ident, in getThemeValue()
494 /*package*/ final void releaseTheme(int theme) { in releaseTheme()
645 /*package*/ native static final boolean applyStyle(int theme, in applyStyle()
676 private native final void deleteTheme(int theme); in deleteTheme()
677 /*package*/ native static final void applyThemeStyle(int theme, int styleRes, boolean force); in applyThemeStyle()
679 /*package*/ native static final int loadThemeAttributeValue(int theme, int ident, in loadThemeAttributeValue()
682 …/*package*/ native static final void dumpTheme(int theme, int priority, String tag, String prefix); in dumpTheme()
/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java54 public SoftInputWindow(Context context, int theme, in SoftInputWindow()
DInputMethodService.java544 public void setTheme(int theme) { in setTheme()
/frameworks/base/core/java/android/app/
DTimePickerDialog.java89 int theme, in TimePickerDialog()
DDatePickerDialog.java96 int theme, in DatePickerDialog()
DProgressDialog.java79 public ProgressDialog(Context context, int theme) { in ProgressDialog()
DAlertDialog.java62 protected AlertDialog(Context context, int theme) { in AlertDialog()
DDialog.java136 public Dialog(Context context, int theme) { in Dialog()
DActivity.java2702 protected void onApplyThemeResource(Resources.Theme theme, int resid, in onApplyThemeResource()
DActivityThread.java2438 int theme = r.activityInfo.getThemeResource(); in performLaunchActivity() local
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java19 public int theme; field in ActivityInfo
DApplicationInfo.java55 public int theme; field in ApplicationInfo
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/
DConfigTest.java70 Resources.Theme theme = res.newTheme(); in checkValue() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp818 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_deleteTheme() local
827 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_applyThemeStyle() local
842 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_loadThemeAttributeValue() local
860 ResTable::Theme* theme = (ResTable::Theme*)themeInt; in android_content_AssetManager_dumpTheme() local
897 ResTable::Theme* theme = (ResTable::Theme*)themeToken; in android_content_AssetManager_applyStyle() local
/frameworks/base/services/java/com/android/server/am/
DHistoryRecord.java66 int theme; // resource identifier of activity's theme. field in HistoryRecord
/frameworks/policies/base/mid/com/android/internal/policy/impl/
DMidWindowManager.java373 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java583 IResourceValue theme = null; in computeStyleMaps() local
/frameworks/policies/base/phone/com/android/internal/policy/impl/
DPhoneWindowManager.java750 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
/frameworks/base/services/java/com/android/server/
DWindowManagerService.java3227 int theme, CharSequence nonLocalizedLabel, int labelRes, int icon, in setAppStartingWindow()