Searched defs:getContentDescription (Results 1 - 25 of 31) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java63 public CharSequence getContentDescription() { method in class:HeaderItem
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
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java1294 * @see #getContentDescription()
1305 * @see #getContentDescription()
1316 public abstract CharSequence getContentDescription(); method in class:ActionBar.Tab
H A DWindowDecorActionBar.java1278 public CharSequence getContentDescription() { method in class:WindowDecorActionBar.TabImpl
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DActionMenuItem.java387 public CharSequence getContentDescription() { method in class:ActionMenuItem
H A DMenuItemImpl.java870 public CharSequence getContentDescription() { method in class:MenuItemImpl
H A DMenuItemWrapperICS.java336 public CharSequence getContentDescription() { method in class:MenuItemWrapperICS
337 return mWrappedObject.getContentDescription();
/frameworks/support/compat/java/android/support/v4/internal/view/
H A DSupportMenuItem.java227 CharSequence getContentDescription(); method in interface:SupportMenuItem
/frameworks/support/compat/java/android/support/v4/view/
H A DMenuItemCompat.java95 CharSequence getContentDescription(MenuItem item); method in interface:MenuItemCompat.MenuVersionImpl
148 public CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat.MenuItemCompatBaseImpl
211 public CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat.MenuItemCompatApi26Impl
212 return item.getContentDescription();
497 public static CharSequence getContentDescription(MenuItem item) { method in class:MenuItemCompat
499 return ((SupportMenuItem) item).getContentDescription();
501 return IMPL.getContentDescription(item);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java2951 public CharSequence getContentDescription() { method in class:AccessibilityNodeInfoCompat
2952 return mInfo.getContentDescription();
3773 builder.append("; contentDescription: ").append(getContentDescription());
H A DAccessibilityRecordCompat.java732 * @deprecated Use {@link AccessibilityRecord#getContentDescription()} directly.
735 public CharSequence getContentDescription() { method in class:AccessibilityRecordCompat
736 return mRecord.getContentDescription();
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java498 if (!TextUtils.isEmpty(item.getContentDescription())) {
499 tab.setContentDescription(item.getContentDescription());
1447 * @see #getContentDescription()
1464 * @see #getContentDescription()
1481 public CharSequence getContentDescription() { method in class:TabLayout.Tab
1730 final CharSequence contentDesc = mTab != null ? mTab.getContentDescription() : null;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java80 public CharSequence getContentDescription() { method in class:TextViewWithCircularIndicator
/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/src/com/android/systemui/statusbar/policy/
H A DSignalController.java150 public int getContentDescription() { method in class:SignalController
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java59 public String getContentDescription(); method in interface:NotificationMenuRowPlugin.MenuItem
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java410 appName, item.getContentDescription());
649 public String getContentDescription() { method in class:NotificationMenuRow.NotificationMenuItem
/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java157 public CharSequence getContentDescription() { method in class:Tile
/frameworks/base/core/java/android/view/
H A DMenuItem.java786 default CharSequence getContentDescription() { method in interface:MenuItem
H A DView.java7574 structure.setContentDescription(getContentDescription());
8010 structure.setContentDescription(info.getContentDescription());
8186 info.setContentDescription(getContentDescription());
8531 public CharSequence getContentDescription() { method in class:View
8548 * @see #getContentDescription()
11450 return getContentDescription();
26254 CharSequence contentDescription = getContentDescription();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2541 public CharSequence getContentDescription() { method in class:AccessibilityNodeInfo
H A DAccessibilityRecord.java604 public CharSequence getContentDescription() { method in class:AccessibilityRecord
/frameworks/base/core/java/android/widget/
H A DChronometer.java386 public CharSequence getContentDescription() { method in class:Chronometer
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java163 String getContentDescription(boolean countryMode) { method in class:LocaleStore.LocaleInfo
H A DWindowDecorActionBar.java1264 public CharSequence getContentDescription() { method in class:WindowDecorActionBar.TabImpl

Completed in 1067 milliseconds

12