/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardTheme.java | 106 for (final KeyboardTheme theme : availableThemeIds) { in searchKeyboardThemeById() 107 if (theme.mThemeId == themeId) { in searchKeyboardThemeById() 108 return theme; in searchKeyboardThemeById() 122 final KeyboardTheme theme = searchKeyboardThemeById(themeId, in getDefaultKeyboardTheme() local 124 if (theme != null) { in getDefaultKeyboardTheme() 125 return theme; in getDefaultKeyboardTheme() 137 for (final KeyboardTheme theme : availableThemeArray) { in getDefaultKeyboardTheme() 138 if (sdkVersion >= theme.mMinApiVersion) { in getDefaultKeyboardTheme() 139 return theme; in getDefaultKeyboardTheme() 146 final KeyboardTheme theme = searchKeyboardThemeById(themeId, KEYBOARD_THEMES); in getKeyboardThemeName() local [all …]
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ThemeUtils.java | 29 public static int getAttribute(Theme theme, int attrId) { in getAttribute() argument 31 theme.resolveAttribute(attrId, outValue, true); in getAttribute() 38 public static int getSelectableItemBackground(Theme theme) { in getSelectableItemBackground() argument 39 return getAttribute(theme, android.R.attr.selectableItemBackground); in getSelectableItemBackground() 45 public static int getActivatedBackground(Theme theme) { in getActivatedBackground() argument 46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator); in getActivatedBackground()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardThemeTests.java | 201 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme( in assertUpgradeKeyboardToLxxOn() local 204 assertNotNull(theme); in assertUpgradeKeyboardToLxxOn() 205 assertEquals(expectedThemeId, theme.mThemeId); in assertUpgradeKeyboardToLxxOn() 359 final KeyboardTheme theme = array[index]; in assertSortedKeyboardThemeArray() local 362 + theme.mThemeName + ": minApiVersion=" + theme.mMinApiVersion, in assertSortedKeyboardThemeArray() 363 theme.mMinApiVersion >= nextTheme.mMinApiVersion); in assertSortedKeyboardThemeArray()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 494 Theme theme = sPreloaderThemes.get(style); in getPreloaderTheme() local 495 if (theme == null) { in getPreloaderTheme() 496 theme = getResources().newTheme(); in getPreloaderTheme() 497 theme.applyStyle(style, true); in getPreloaderTheme() 498 sPreloaderThemes.put(style, theme); in getPreloaderTheme() 500 return theme; in getPreloaderTheme()
|
D | PreloadIconDrawable.java | 49 public PreloadIconDrawable(Drawable icon, Theme theme) { in PreloadIconDrawable() argument 57 applyPreloaderTheme(theme); in PreloadIconDrawable()
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | DatePickerDialog.java | 123 int theme, in DatePickerDialog() argument 128 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false); in DatePickerDialog() 142 int theme, in DatePickerDialog() argument 148 super(context, theme); in DatePickerDialog()
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
D | SetupFingerprintEnrollIntroduction.java | 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 49 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupFingerprintEnrollFindSensor.java | 42 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 44 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupFingerprintEnrollOnboard.java | 48 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 50 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupFingerprintEnrollFinish.java | 43 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 45 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupFingerprintEnrollEnrolling.java | 50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 52 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SetupRedactionInterstitial.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 67 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupEncryptionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 66 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupChooseLockPattern.java | 73 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 75 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupChooseLockPassword.java | 81 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 83 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SetupChooseLockGeneric.java | 55 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 57 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | HelpUtils.java | 167 Theme theme = context.getTheme(); in addIntentParameters() local 169 theme.resolveAttribute(android.R.attr.colorPrimary, typedValue, true); in addIntentParameters()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
D | Utils.java | 108 Theme theme = context.getTheme(); in applyTint() local 110 theme.resolveAttribute(attr, typedValue, true); in applyTint()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSetupActivity.java | 181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 183 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | pt_BR_wordlist.combined.gz |
|
D | ro_wordlist.combined.gz |
|