Searched defs:itemShowAsAction (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java310 private int itemShowAsAction; field in class:SupportMenuInflater.MenuState
392 itemShowAsAction = a.getInt(R.styleable.MenuItem_showAsAction, -1);
434 if (itemShowAsAction >= 0) {
435 MenuItemCompat.setShowAsAction(item, itemShowAsAction);
/frameworks/base/core/java/android/view/
H A DMenuInflater.java326 private int itemShowAsAction; field in class:MenuInflater.MenuState
407 itemShowAsAction = a.getInt(com.android.internal.R.styleable.MenuItem_showAsAction, -1);
449 if (itemShowAsAction >= 0) {
450 item.setShowAsAction(itemShowAsAction);

Completed in 100 milliseconds