Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
DSupportMenuInflater.java331 private CharSequence itemContentDescription; field in SupportMenuInflater.MenuState
432 itemContentDescription = a.getText(R.styleable.MenuItem_contentDescription); in readItem()
512 MenuItemCompat.setContentDescription(item, itemContentDescription); in setItem()
/frameworks/base/core/java/android/view/
DMenuInflater.java344 private CharSequence itemContentDescription; field in MenuInflater.MenuState
459 itemContentDescription = in readItem()
534 item.setContentDescription(itemContentDescription); in setItem()