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

123

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRow.java57 * {@link HeaderItem#getContentDescription()} or {@link HeaderItem#getName()},
62 public CharSequence getContentDescription() { method in class:ListRow
68 CharSequence contentDescription = headerItem.getContentDescription();
78 * Explicitly set content description for the ListRow, {@link #getContentDescription()} will
H A DHeaderItem.java62 public CharSequence getContentDescription() { method in class:HeaderItem
H A DControlButtonPresenterSelector.java106 if (!TextUtils.equals(vh.mFocusableView.getContentDescription(), contentDescription)) {
H A DGuidanceStylist.java185 CharSequence contentDescription = mGuidanceContainer.getContentDescription();
H A DRowHeaderPresenter.java111 viewHolder.view.setContentDescription(headerItem.getContentDescription());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DExpandableIndicator.java37 setContentDescription(getContentDescription(mExpanded));
50 setContentDescription(getContentDescription(expanded));
68 private String getContentDescription(boolean expanded) { method in class:ExpandableIndicator
H A DMultiUserSwitch.java163 if (!TextUtils.equals(getContentDescription(), text)) {
/frameworks/opt/setupwizard/library/eclair-mr1/test/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java91 "e", event.getContentDescription().toString());
102 event.getContentDescription().toString());
113 "e", info.getContentDescription().toString());
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DRecycleAccessibilityEventTest.java67 assertNull(first.getContentDescription());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEthernetSignalController.java52 String contentDescription = getStringIfExists(getContentDescription());
H A DWifiSignalController.java84 String contentDescription = getStringIfExists(getContentDescription());
/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/
H A DAELogger.java57 event.getContentDescription()
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockAccessibilityService.java190 .getContentDescription(), receivedEvent.getContentDescription());
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java50 public static CharSequence getContentDescription(Object record) { method in class:AccessibilityRecordCompatIcs
51 return ((AccessibilityRecord) record).getContentDescription();
H A DAccessibilityNodeInfoCompatIcs.java80 public static CharSequence getContentDescription(Object info) { method in class:AccessibilityNodeInfoCompatIcs
81 return ((AccessibilityNodeInfo) info).getContentDescription();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiCollection.java60 String nodeDesc = row.getContentDescription();
H A DAccessibilityNodeInfoDumper.java111 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription()));
171 && safeCharSeqToString(node.getContentDescription()).isEmpty()
200 if (!safeCharSeqToString(childNode.getContentDescription()).isEmpty()
H A DUiSelector.java700 s = node.getContentDescription();
707 s = node.getContentDescription();
714 s = node.getContentDescription();
720 s = node.getContentDescription();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java80 public CharSequence getContentDescription() { method in class:TextViewWithCircularIndicator
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java75 public CharSequence getContentDescription(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
103 public CharSequence getContentDescription(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
295 public CharSequence getContentDescription(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
296 return AccessibilityRecordCompatIcs.getContentDescription(record);
971 public CharSequence getContentDescription() { method in class:AccessibilityRecordCompat
972 return IMPL.getContentDescription(mRecord);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java155 mTile.setContentDescription(tile.getContentDescription());
290 if (mTile.getContentDescription() != null) {
291 state.contentDescription = mTile.getContentDescription();
/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java171 public CharSequence getContentDescription() { method in class:Tile
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java78 mSlider.setAccessibilityLabel(getContentDescription().toString());
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java336 if (event.getText().isEmpty() && (event.getContentDescription() == null)) {
446 if ((node.getText() == null) && (node.getContentDescription() == null)) {
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java57 this.text = node.getText() != null ? node.getText() : node.getContentDescription();
162 if (root.getText() != null || root.getContentDescription() != null) {

Completed in 702 milliseconds

123