Home
last modified time | relevance | path

Searched refs:getContentDescription (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java107 view.setContentDescription(getContentDescription(view.getContext())); in setIconAndContentDescriptionFor()
110 private CharSequence getContentDescription(Context context) { in getContentDescription() method in SystemShortcut
116 getContentDescription(context)); in createAccessibilityAction()
DRemoteActionShortcut.java41 super(action.getIcon(), action.getTitle(), action.getContentDescription(), in RemoteActionShortcut()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DRadioButtonPreferenceWithExtraWidgetTest.java109 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_info()
119 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_setting()
DEntityHeaderControllerTest.java243 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithSetIcon()
256 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithoutSetIcon()
DMasterCheckBoxPreferenceTest.java189 assertThat(checkBox.getContentDescription()).isEqualTo(label); in onBindViewHolder_checkBoxShouldHaveContentDescription()
DMasterSwitchPreferenceTest.java202 assertThat(toggle.getContentDescription()).isEqualTo(label); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java353 getContentDescription(masterClearContainer, contentDescription); in establishInitialState()
432 private void getContentDescription(View v, StringBuffer description) { in getContentDescription() method in MasterClear
440 getContentDescription(nextChild, description); in getContentDescription()
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java352 getContentDescription(masterClearContainer, contentDescription); in establishInitialState()
431 private void getContentDescription(View v, StringBuffer description) { in getContentDescription() method in MasterClear
439 getContentDescription(nextChild, description); in getContentDescription()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java126 view.setContentDescription(getContentDescription(view.getContext())); in bindThumbnailTile()
246 protected CharSequence getContentDescription(Context context) { in getContentDescription() method in ThemeBundle
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverviewTask.java71 mTask.getParent().getContentDescription(), in open()
/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java84 assertEquals("John Doe", view.getNameTextView().getContentDescription()); in testShowDisplayName_WithPrefix()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DPowerGaugePreferenceTest.java104 assertThat(mPreferenceViewHolder.findViewById(android.R.id.title).getContentDescription()) in testOnBindViewHolder_bindContentDescription()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapterCarTest.java95 assertThat(headerTextView.getContentDescription()) in onBindViewHolderSetsViewCorrectly()
/packages/apps/Dialer/java/com/android/dialer/widget/
DFloatingActionButtonController.java94 if (!fab.getContentDescription().equals(description)) { in changeIcon()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadKeyButton.java219 mBackupContentDesc = getContentDescription(); in setLongHovered()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleLinearLayoutManager.java89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()
/packages/apps/Contacts/src/com/android/contacts/widget/
DFloatingActionButtonController.java91 || !mFloatingActionButton.getContentDescription().equals(description)) { in changeIcon()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleLinearLayoutManager.java89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java171 public CharSequence getContentDescription () { in getContentDescription() method in IconView
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewModel.java248 public CharSequence getContentDescription(Context context, boolean showToHeader, in getContentDescription() method in ConversationItemViewModel
DConversationItemView.java740 setContentDescription(mHeader.getContentDescription( in setContentDescription()
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java226 String oldContentDescription = String.valueOf(getContentDescription()); in setStateInternal()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DOptionSelectorController.java307 title = tileView.getContentDescription(); in setContentDescription()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAppPreferenceTest.java214 assertThat(toggle.getContentDescription()).isEqualTo(label); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java283 getString(R.string.announce_selection, v.getContentDescription())); in selectTile()