Searched defs:theme (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ThemeUtils.java | 29 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/ |
D | KeyboardTheme.java | 114 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/ |
D | DatePickerDialog.java | 122 int theme, in DatePickerDialog() 141 int theme, in DatePickerDialog()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SetupRedactionInterstitial.java | 62 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupEncryptionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockPattern.java | 63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockGeneric.java | 54 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockPassword.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | NumberPickerDialog.java | 72 int theme, in NumberPickerDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PreloadIconDrawable.java | 49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable()
|
D | BubbleTextView.java | 412 Theme theme = sPreloaderThemes.get(style); in getPreloaderTheme() local
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSetupActivity.java | 182 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardThemeTests.java | 197 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme(mPrefs, sdkVersion); in assertUpgradeKeyboardToLxxOn() local
|