HomeSort by relevance Sort by last modified time
    Searched defs:itemContentDescription (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
MenuInflater.java 344 private CharSequence itemContentDescription;
459 itemContentDescription =
534 item.setContentDescription(itemContentDescription);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
SupportMenuInflater.java 333 private CharSequence itemContentDescription;
434 itemContentDescription = a.getText(R.styleable.MenuItem_contentDescription);
514 MenuItemCompat.setContentDescription(item, itemContentDescription);

Completed in 126 milliseconds