Home
last modified time | relevance | path

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

12

/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuItemWrapperICS.java343 public CharSequence getContentDescription() { in getContentDescription() method in MenuItemWrapperICS
344 return mWrappedObject.getContentDescription(); in getContentDescription()
DActionMenuItemView.java199 final CharSequence contentDescription = mItemData.getContentDescription(); in updateTextButtonVisibility()
DActionMenuItem.java392 public CharSequence getContentDescription() { in getContentDescription() method in ActionMenuItem
DListMenuItemView.java132 setContentDescription(itemData.getContentDescription()); in initialize()
DMenuItemImpl.java880 public CharSequence getContentDescription() { in getContentDescription() method in MenuItemImpl
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DPopupMenuTest.java138 MenuItemCompat.getContentDescription(hightlightItem)); in testBasicContent()
143 assertNotNull(MenuItemCompat.getContentDescription(hightlightItem)); in testBasicContent()
739 final CharSequence contentDescription = view.getContentDescription();
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DScrollingTabContainerView.java515 mIconView.setContentDescription(tab.getContentDescription()); in update()
517 TooltipCompat.setTooltipText(this, hasText ? null : tab.getContentDescription()); in update()
DToolbar.java758 return mLogoView != null ? mLogoView.getContentDescription() : null; in getLogoDescription()
986 return mNavButtonView != null ? mNavButtonView.getContentDescription() : null; in getNavigationContentDescription()
1107 return mCollapseButtonView != null ? mCollapseButtonView.getContentDescription() : null; in getCollapseContentDescription()
DActionMenuPresenter.java637 TooltipCompat.setTooltipText(this, getContentDescription()); in OverflowMenuButton()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DActionBar.java1299 public abstract CharSequence getContentDescription(); in getContentDescription() method in ActionBar.Tab
DWindowDecorActionBar.java1270 public CharSequence getContentDescription() { in getContentDescription() method in WindowDecorActionBar.TabImpl
/appcompat/appcompat/api/
D1.1.0-rc01.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.1.0-beta01.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.2.0-beta01.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.3.0-beta02.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.3.0-beta01.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.1.0-beta02.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
Drestricted_1.3.0-beta01.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
455 method public CharSequence! getContentDescription();
Drestricted_1.1.0-beta01.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
454 method public CharSequence! getContentDescription();
Drestricted_1.3.0-beta02.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
455 method public CharSequence! getContentDescription();
Drestricted_1.0.0.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
444 method public CharSequence! getContentDescription();
Drestricted_1.1.0-rc01.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
454 method public CharSequence! getContentDescription();
Drestricted_1.2.0-beta01.txt116 method @Deprecated public abstract CharSequence! getContentDescription();
455 method public CharSequence! getContentDescription();
D1.4.0-beta01.txt97 method @Deprecated public abstract CharSequence! getContentDescription();
D1.4.0-beta02.txt97 method @Deprecated public abstract CharSequence! getContentDescription();

12