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

1234

/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.java63 public CharSequence getContentDescription() { method in class:HeaderItem
H A DControlButtonPresenterSelector.java106 if (!TextUtils.equals(vh.mFocusableView.getContentDescription(), contentDescription)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DExpandableIndicator.java36 setContentDescription(getContentDescription(mExpanded));
49 setContentDescription(getContentDescription(expanded));
68 private String getContentDescription(boolean expanded) { method in class:ExpandableIndicator
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegateTest.java59 assertFalse(TextUtils.isEmpty(ev.getContentDescription()));
60 assertTrue(isAscii(ev.getContentDescription()));
76 info.setContentDescription(mView.getContentDescription());
82 assertFalse(TextUtils.isEmpty(info.getContentDescription()));
83 assertTrue(isAscii(info.getContentDescription()));
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegate.java42 CharSequence text = event.getContentDescription();
69 if (!TextUtils.isEmpty(info.getContentDescription())) {
70 info.setContentDescription(replaceFancyColon(info.getContentDescription()));
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java96 "e", event.getContentDescription().toString());
109 event.getContentDescription().toString());
122 "e", info.getContentDescription().toString());
162 "כ", info.getContentDescription().toString());
184 "elit. Praesent accumsan", info.getContentDescription().toString());
208 info.getContentDescription().toString());
237 info.getContentDescription().toString());
/frameworks/support/compat/java/android/support/v4/view/
H A DMenuItemCompat.java94 CharSequence getContentDescription(MenuItem item); method in interface:MenuItemCompat.MenuVersionImpl
147 public CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat.MenuItemCompatBaseImpl
210 public CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat.MenuItemCompatApi26Impl
211 return item.getContentDescription();
496 public static CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat
498 return ((SupportMenuItem) item).getContentDescription();
500 return IMPL.getContentDescription(item);
/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());
/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/
H A DAELogger.java57 event.getContentDescription()
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTextInputLayoutMatchers.java49 && !TextUtils.isEmpty(passwordToggle.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/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java60 public String getContentDescription(); method in interface:NotificationMenuRowPlugin.MenuItem
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java80 public CharSequence getContentDescription() { method in class:TextViewWithCircularIndicator
/frameworks/support/compat/java/android/support/v4/internal/view/
H A DSupportMenuItem.java227 CharSequence getContentDescription(); method in interface:SupportMenuItem
/frameworks/base/core/java/android/app/
H A DRemoteAction.java98 public @NonNull CharSequence getContentDescription() { method in class:RemoteAction
/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java157 public CharSequence getContentDescription() { method in class:Tile
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java187 final CharSequence contentDescription = mItemData.getContentDescription();
250 final CharSequence cdesc = getContentDescription();
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java682 * @deprecated Use {@link AccessibilityRecord#getContentDescription()} directly.
685 public CharSequence getContentDescription() { method in class:AccessibilityRecordCompat
686 return mRecord.getContentDescription();
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityCacheTest.java236 assertEquals(contentDescription2, nodeFromCache.getContentDescription());
263 assertEquals(nodeInfo1.getContentDescription(), node1FromCache.getContentDescription());
264 assertEquals(nodeInfo2.getContentDescription(), node2FromCache.getContentDescription());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java179 mTile.setContentDescription(tile.getContentDescription());
318 if (mTile.getContentDescription() != null) {
319 state.contentDescription = mTile.getContentDescription();
/frameworks/base/core/java/android/view/
H A DMenuItem.java786 default CharSequence getContentDescription() { method in interface:MenuItem

Completed in 773 milliseconds

1234