Home
last modified time | relevance | path

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

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DChartDataUsagePreferenceTest.java177 assertThat(chart.getContentDescription()).isNotNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
178 assertThat(labelTop.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
179 assertThat(labelMiddle.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
180 assertThat(labelBottom.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
181 assertThat(labelStart.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
182 assertThat(labelEnd.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
DAppDataUsagePreferenceTest.java102 assertThat(progressBar.getContentDescription()).isEqualTo(FIFTY_PERCENT); in createPref_progressBarShouldSetPercentageContentDescription()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DUtils.java273 CharSequence contentDescription = node.getContentDescription(); in isRotaryContainer()
285 CharSequence contentDescription = node.getContentDescription(); in isScrollableContainer()
296 CharSequence contentDescription = node.getContentDescription(); in isHorizontallyScrollableContainer()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNodeBuilderTest.java154 assertThat(node.getContentDescription().toString()).isEqualTo(CONTENT_DESCRIPTION); in testSetContentDescription()
240 assertThat(node.getContentDescription().toString()).isEqualTo(ROTARY_VERTICALLY_SCROLLABLE); in testSetScrollableContainer()
246 assertThat(node.getContentDescription().toString()).isEqualTo(ROTARY_CONTAINER); in testSetRotaryContainer()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRemoteActionShortcut.java68 view.setContentDescription(mAction.getContentDescription()); in setIconAndContentDescriptionFor()
74 R.id.action_remote_action_shortcut, mAction.getContentDescription()); in createAccessibilityAction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DRadioButtonPreferenceWithExtraWidgetTest.java109 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_info()
119 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_setting()
DEntityHeaderControllerTest.java240 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithSetIcon()
253 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithoutSetIcon()
DMasterSwitchPreferenceTest.java171 assertThat(toggle.getContentDescription()).isEqualTo(label); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/
DViewUtils.java310 CharSequence contentDescription = view.getContentDescription(); in isRotaryContainer()
317 CharSequence contentDescription = view.getContentDescription(); in isScrollableContainer()
323 CharSequence contentDescription = view.getContentDescription(); in isFocusDelegatingContainer()
DDirectManipulationHelper.java82 return TextUtils.equals(DIRECT_MANIPULATION, node.getContentDescription()); in supportRotateDirectly()
/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.java355 getContentDescription(masterClearContainer, contentDescription); in establishInitialState()
433 private void getContentDescription(View v, StringBuffer description) { in getContentDescription() method in MasterClear
441 getContentDescription(nextChild, description); in getContentDescription()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java380 public CharSequence getContentDescription() { in getContentDescription() method in WalletPanelViewController.QAWalletCardViewInfo
381 return mWalletCard.getContentDescription(); in getContentDescription()
DWalletCardViewInfo.java36 CharSequence getContentDescription(); in getContentDescription() method
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java117 view.setContentDescription(getContentDescription(view.getContext())); in bindThumbnailTile()
225 protected CharSequence getContentDescription(Context context) { in getContentDescription() method in ThemeBundle
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverviewTask.java80 + 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/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapterCarTest.java95 assertThat(headerTextView.getContentDescription()) in onBindViewHolderSetsViewCorrectly()
/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/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleLinearLayoutManager.java89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()
/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/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilderImpl.java290 if (builder.getContentDescription() != null) { in fillFrom()
291 setContentDescription(builder.getContentDescription()); in fillFrom()

12