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/android/support/v7/view/
H A DSupportMenuInflater.java332 private CharSequence itemContentDescription; field in class:SupportMenuInflater.MenuState
433 itemContentDescription = a.getText(R.styleable.MenuItem_contentDescription);
513 MenuItemCompat.setContentDescription(item, itemContentDescription);

Completed in 35 milliseconds