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

/frameworks/base/core/java/android/view/
H A DMenuInflater.java327 private int itemShowAsAction; field in class:MenuInflater.MenuState
408 itemShowAsAction = a.getInt(com.android.internal.R.styleable.MenuItem_showAsAction, -1);
450 if (itemShowAsAction >= 0) {
451 item.setShowAsAction(itemShowAsAction);
/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);

Completed in 1219 milliseconds