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

/frameworks/base/core/java/android/view/
H A DMenuInflater.java285 private int itemShowAsAction; field in class:MenuInflater.MenuState
366 itemShowAsAction = a.getInt(com.android.internal.R.styleable.MenuItem_showAsAction, -1);
408 if (itemShowAsAction >= 0) {
409 item.setShowAsAction(itemShowAsAction);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java291 private int itemShowAsAction; field in class:SupportMenuInflater.MenuState
373 itemShowAsAction = a.getInt(R.styleable.MenuItem_showAsAction, -1);
415 if (itemShowAsAction >= 0) {
416 MenuItemCompat.setShowAsAction(item, itemShowAsAction);

Completed in 25 milliseconds