Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { in getAttribute()
38 public static int getSelectableItemBackground(Theme theme) { in getSelectableItemBackground()
45 public static int getActivatedBackground(Theme theme) { in getActivatedBackground()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java114 final KeyboardTheme theme = searchKeyboardThemeById(themeId); in getDefaultKeyboardTheme() local
137 final KeyboardTheme theme = searchKeyboardThemeById(themeId); in getKeyboardThemeName() local
173 final KeyboardTheme theme = searchKeyboardThemeById(themeId); in getKeyboardTheme() local
/packages/apps/Contacts/src/com/android/contacts/datepicker/
DDatePickerDialog.java122 int theme, in DatePickerDialog()
141 int theme, in DatePickerDialog()
/packages/apps/Settings/src/com/android/settings/
DSetupRedactionInterstitial.java62 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupEncryptionInterstitial.java64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockPattern.java63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockGeneric.java54 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockPassword.java65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/Mms/src/com/android/mms/ui/
DNumberPickerDialog.java72 int theme, in NumberPickerDialog()
/packages/apps/Launcher3/src/com/android/launcher3/
DPreloadIconDrawable.java49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable()
DBubbleTextView.java412 Theme theme = sPreloaderThemes.get(style); in getPreloaderTheme() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSetupActivity.java182 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java197 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme(mPrefs, sdkVersion); in assertUpgradeKeyboardToLxxOn() local