Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 22 of 22) 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.java122 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/
DSetupFingerprintEnrollFindSensor.java51 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollFinish.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollEnrolling.java50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollIntroduction.java52 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/TV/src/com/android/tv/dialog/
DSafeDismissDialogFragment.java95 public TvDialog(Context context, int theme) { in TvDialog()
DFullscreenDialogFragment.java81 public FullscreenDialog(Context context, int theme) { in FullscreenDialog()
/packages/apps/Contacts/src/com/android/contacts/datepicker/
DDatePickerDialog.java123 int theme, in DatePickerDialog()
142 int theme, in DatePickerDialog()
/packages/apps/Settings/src/com/android/settings/
DSetupRedactionInterstitial.java57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupEncryptionInterstitial.java69 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockPattern.java84 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockPassword.java89 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupChooseLockGeneric.java65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java201 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/
DUtils.java110 Theme theme = context.getTheme(); in applyTint() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java69 final Resources.Theme theme = context.getTheme(); in ExpandedAlarmViewHolder() local
/packages/apps/Launcher3/src/com/android/launcher3/
DPreloadIconDrawable.java49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable()
DBubbleTextView.java490 Theme theme = sPreloaderThemes.get(style); in getPreloaderTheme() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSetupActivity.java181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java589 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/
DCarDrawerLayout.java289 Resources.Theme theme = context.getTheme(); in CarDrawerLayout() local