/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogListItemHelper.java | 79 views.quickContactView.setContentDescription(getContactBadgeDescription(details)); in setPhoneCallDetails() 82 views.primaryActionView.setContentDescription(details.callDescription); in setPhoneCallDetails() 114 views.videoCallButtonView.setContentDescription( in setActionContentDescriptions() 118 views.createNewContactButtonView.setContentDescription( in setActionContentDescriptions() 122 views.addToExistingContactButtonView.setContentDescription( in setActionContentDescriptions() 127 views.detailsButtonView.setContentDescription( in setActionContentDescriptions()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DialpadKeyButton.java | 103 super.setContentDescription(mLongHoverContentDesc); in setLongHoverContentDescription() 108 public void setContentDescription(CharSequence contentDescription) { in setContentDescription() method in DialpadKeyButton 112 super.setContentDescription(contentDescription); in setContentDescription() 220 super.setContentDescription(mLongHoverContentDesc); in setLongHovered() 222 super.setContentDescription(mBackupContentDesc); in setLongHovered()
|
/packages/apps/Settings/src/com/android/settings/ |
D | AccessiblePreferenceCategory.java | 34 public void setContentDescription(String contentDescription) { in setContentDescription() method in AccessiblePreferenceCategory 42 view.itemView.setContentDescription(mContentDescription); in onBindViewHolder()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ToggleButtonActionItem.java | 72 toggleButton.setContentDescription(mContentDescription); in bindViewHolder() 183 public void setContentDescription(@Nullable String contentDescription) { in setContentDescription() method in ToggleButtonActionItem 190 public void setContentDescription(@NonNull Context context, in setContentDescription() method in ToggleButtonActionItem
|
D | ColoredSwitchPreference.java | 80 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 96 public void setContentDescription(String contentDescription) { in setContentDescription() method in ColoredSwitchPreference
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridPhotoHolder.java | 127 mPreviewIcon.setContentDescription( in bindPreviewIcon() 149 mIconBadge.setContentDescription(mIconHelper.getProfileLabel(userIdIdentifier)); in bindProfileIcon() 198 itemView.setContentDescription( in bind() 207 itemView.setContentDescription(mDoc.displayName + ", " + docSize + ", " + docDate); in bind()
|
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
D | CustomContentDescriptionRestrictedPreference.java | 50 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 58 public void setContentDescription(String contentDescription) { in setContentDescription() method in CustomContentDescriptionRestrictedPreference
|
D | CustomContentDescriptionPreference.java | 49 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 57 public void setContentDescription(String contentDescription) { in setContentDescription() method in CustomContentDescriptionPreference
|
D | CustomContentDescriptionPreferenceCategory.java | 47 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 55 public void setContentDescription(String contentDescription) { in setContentDescription() method in CustomContentDescriptionPreferenceCategory
|
D | SliceCheckboxPreference.java | 55 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 97 public void setContentDescription(String contentDescription) { in setContentDescription() method in SliceCheckboxPreference
|
D | SliceRadioPreference.java | 48 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 101 public void setContentDescription(String contentDescription) { in setContentDescription() method in SliceRadioPreference
|
D | SliceSwitchPreference.java | 56 holder.itemView.setContentDescription( in onBindViewHolder() 108 public void setContentDescription(String contentDescription) { in setContentDescription() method in SliceSwitchPreference
|
D | SlicePreference.java | 61 holder.itemView.setContentDescription(mContentDescription); in onBindViewHolder() 124 public void setContentDescription(String contentDescription) { in setContentDescription() method in SlicePreference
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | CustomContentDescriptionSwitchPreference.java | 45 holder.itemView.setContentDescription( in onBindViewHolder() 55 public void setContentDescription(String contentDescription) { in setContentDescription() method in CustomContentDescriptionSwitchPreference
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | PowerGaugePreference.java | 88 public void setContentDescription(String name) { in setContentDescription() method in PowerGaugePreference 150 subtitle.setContentDescription(mProgressContentDescription); in onBindViewHolder() 160 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconViewController.java | 76 mStatusIconData.setContentDescription(str); in setIconContentDescription() 116 mView.setContentDescription(data.getContentDescription()); in updateIconView()
|
D | StatusIconController.java | 95 mStatusIconData.setContentDescription(str); in setIconContentDescription() 137 view.setContentDescription(data.getContentDescription()); in updateIconView()
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | ButtonController.java | 138 button.setContentDescription( in setButton() 146 button.setContentDescription( in onCheckedChanged() 253 button.setContentDescription(button.getContext().getText(contentDescription)); in setButton() 374 button.setContentDescription( in setButton() 408 checkableLabeledButton.setContentDescription( in onCheckedChanged()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 73 mTileLayout.setContentDescription(title); in bindWallpaper() 76 mTileLayout.setContentDescription( in bindWallpaper()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | KeyboardQuickSwitchTaskView.java | 143 setContentDescription(task2 == null in setThumbnails() 156 setContentDescription(task1.titleDescription); in setThumbnails() 163 setContentDescription(getContext().getString( in setThumbnails()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | GalleryGridItemView.java | 116 image.setContentDescription( in updateImageView() 122 image.setContentDescription( in updateImageView()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/ |
D | PrivacyChip.java | 252 setContentDescription(!mIsSensorEnabled); in setSensorEnabled() 270 protected void setContentDescription(boolean isSensorOff) { in setContentDescription() method in PrivacyChip 279 setContentDescription(contentDescription); in setContentDescription() 345 setContentDescription(false); in animateIn()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 489 setContentDescription(info.isDisabled() in applyLabel() 983 setContentDescription(info.contentDescription != null in applyProgressLevel() 988 setContentDescription(getContext() in applyProgressLevel() 1057 setContentDescription(getContext().getString(R.string.disabled_app_label, in applyDotState() 1061 setContentDescription( in applyDotState() 1064 setContentDescription(itemInfo.contentDescription); in applyDotState() 1072 setContentDescription(getContext().getString(R.string.app_archived_title, info.title)); in setDownloadStateContentDescription() 1078 setContentDescription(getContext() in setDownloadStateContentDescription() 1083 setContentDescription(getContext() in setDownloadStateContentDescription()
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | ApnPreference.java | 83 rb.setContentDescription(getTitle()); in getView() 123 buttonView.setContentDescription(getTitle()); in onCheckedChanged()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorPreference.java | 105 previewImage.setContentDescription(summary); in onBindViewHolder() 107 previewImage.setContentDescription(null); in onBindViewHolder()
|