/packages/apps/Calendar/src/com/android/calendar/ |
D | MultiStateButton.java | 123 public void setButtonDrawable(int resid) { in setButtonDrawable() argument 124 if (resid != 0 && resid == mButtonResource) { in setButtonDrawable() 128 mButtonResource = resid; in setButtonDrawable()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | FocusIndicatorView.java | 31 private void setDrawable(int resid) { in setDrawable() argument 32 setBackgroundDrawable(getResources().getDrawable(resid)); in setDrawable()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | SetupGlifLayoutActivity.java | 58 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 60 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | ErrorDialogActivity.java | 94 private void showGenericErrorDialog(int resid) { in showGenericErrorDialog() argument 95 final CharSequence msg = getResources().getText(resid); in showGenericErrorDialog()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/ |
D | CarUiTwoActionTextPreference.java | 145 public void setSecondaryActionText(@StringRes int resid) { in setSecondaryActionText() argument 146 setSecondaryActionText(getContext().getString(resid)); in setSecondaryActionText()
|
D | CarUiTwoActionIconPreference.java | 144 public void setSecondaryActionIcon(@DrawableRes int resid) { in setSecondaryActionIcon() argument 145 setSecondaryActionIcon(ContextCompat.getDrawable(getContext(), resid)); in setSecondaryActionIcon() local
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutView.java | 86 public void setBackgroundResource(int resid) { in setBackgroundResource() argument 87 super.setBackgroundResource(resid); in setBackgroundResource()
|
/packages/apps/SpareParts/src/com/android/spare_parts/ |
D | SpareParts.java | 204 int floatToIndex(float val, int resid) { in floatToIndex() argument 205 String[] indices = getResources().getStringArray(resid); in floatToIndex()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageWizardBase.java | 128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | ContactsMockPackageManager.java | 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
|
/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
D | WifiDppBaseActivity.java | 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningState.java | 626 int resid = R.string.running_processes_item_description_s_s; in setDescription() local 628 resid = numServices != 1 in setDescription() 632 resid = R.string.running_processes_item_description_s_p; in setDescription() 634 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 325 private String getToastString(int resid) { in getToastString() argument 326 return mContext.getString(resid, mName != null ? mName : R.string.device); in getToastString()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SettingsActivity.java | 357 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 359 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | EncryptionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneUtils.java | 553 private static long[] getLongArray(Resources r, int resid, long[] def) { in getLongArray() argument 554 int[] ar = r.getIntArray(resid); in getLongArray()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/ |
D | MenuItemRenderer.java | 83 inflater.inflate(layout, mParentView, (View view, int resid, in createView()
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricEnrollActivity.java | 448 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | es_wordlist.combined.gz |
|