/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 | 122 final KeyboardTheme theme = searchKeyboardThemeById(themeId, in getDefaultKeyboardTheme() local 146 final KeyboardTheme theme = searchKeyboardThemeById(themeId, KEYBOARD_THEMES); in getKeyboardThemeName() local 182 final KeyboardTheme theme = searchKeyboardThemeById(id, KEYBOARD_THEMES); in getAvailableThemeArray() local 203 final KeyboardTheme theme = searchKeyboardThemeById(themeId, availableThemeArray); in getKeyboardTheme() local
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
D | SetupFingerprintEnrollFindSensor.java | 51 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupFingerprintEnrollFinish.java | 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupFingerprintEnrollEnrolling.java | 50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupFingerprintEnrollIntroduction.java | 52 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | SafeDismissDialogFragment.java | 95 public TvDialog(Context context, int theme) { in TvDialog()
|
D | FullscreenDialogFragment.java | 81 public FullscreenDialog(Context context, int theme) { in FullscreenDialog()
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | DatePickerDialog.java | 123 int theme, in DatePickerDialog() 142 int theme, in DatePickerDialog()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SetupRedactionInterstitial.java | 57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupEncryptionInterstitial.java | 69 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockPattern.java | 84 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockPassword.java | 89 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SetupChooseLockGeneric.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardThemeTests.java | 201 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme( in assertUpgradeKeyboardToLxxOn() local 359 final KeyboardTheme theme = array[index]; in assertSortedKeyboardThemeArray() local
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
D | Utils.java | 110 Theme theme = context.getTheme(); in applyTint() local
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | ExpandedAlarmViewHolder.java | 69 final Resources.Theme theme = context.getTheme(); in ExpandedAlarmViewHolder() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PreloadIconDrawable.java | 49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable()
|
D | BubbleTextView.java | 490 Theme theme = sPreloaderThemes.get(style); in getPreloaderTheme() local
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSetupActivity.java | 181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | Utils.java | 589 public static int getColor(Resources res, int id, @Nullable Theme theme) { in getColor() 614 public static ColorStateList getColorStateList(Resources res, int id, @Nullable Theme theme) { in getColorStateList()
|
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
D | CarDrawerLayout.java | 289 Resources.Theme theme = context.getTheme(); in CarDrawerLayout() local
|