/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 87 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() 95 Resources.Theme theme = mBase.getTheme(); in initializeTheme() local
|
D | IWindowManager.aidl | 76 void setAppStartingWindow(IBinder token, String pkg, int theme, in setAppStartingWindow()
|
D | WindowManagerPolicy.java | 500 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperSettingsActivity.java | 39 Resources.Theme theme = getTheme(); in onCreate() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 212 /*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/ |
D | SoftInputWindow.java | 54 public SoftInputWindow(Context context, int theme, in SoftInputWindow()
|
D | InputMethodService.java | 544 public void setTheme(int theme) { in setTheme()
|
/frameworks/base/core/java/android/app/ |
D | TimePickerDialog.java | 89 int theme, in TimePickerDialog()
|
D | DatePickerDialog.java | 96 int theme, in DatePickerDialog()
|
D | ProgressDialog.java | 79 public ProgressDialog(Context context, int theme) { in ProgressDialog()
|
D | AlertDialog.java | 62 protected AlertDialog(Context context, int theme) { in AlertDialog()
|
D | Dialog.java | 136 public Dialog(Context context, int theme) { in Dialog()
|
D | Activity.java | 2702 protected void onApplyThemeResource(Resources.Theme theme, int resid, in onApplyThemeResource()
|
D | ActivityThread.java | 2438 int theme = r.activityInfo.getThemeResource(); in performLaunchActivity() local
|
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 19 public int theme; field in ActivityInfo
|
D | ApplicationInfo.java | 55 public int theme; field in ApplicationInfo
|
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/ |
D | ConfigTest.java | 70 Resources.Theme theme = res.newTheme(); in checkValue() local
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 818 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/ |
D | HistoryRecord.java | 66 int theme; // resource identifier of activity's theme. field in HistoryRecord
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
D | MidWindowManager.java | 373 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 583 IResourceValue theme = null; in computeStyleMaps() local
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 750 int theme, CharSequence nonLocalizedLabel, in addStartingWindow()
|
/frameworks/base/services/java/com/android/server/ |
D | WindowManagerService.java | 3227 int theme, CharSequence nonLocalizedLabel, int labelRes, int icon, in setAppStartingWindow()
|