Searched refs:itemContentDescription (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenuInflater.java344 private CharSequence itemContentDescription; field in class:MenuInflater.MenuState
459 itemContentDescription =
534 item.setContentDescription(itemContentDescription);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DSupportMenuInflater.java333 private CharSequence itemContentDescription; field in class:SupportMenuInflater.MenuState
434 itemContentDescription = a.getText(R.styleable.MenuItem_contentDescription);
514 MenuItemCompat.setContentDescription(item, itemContentDescription);

Completed in 63 milliseconds