Searched defs:itemActionViewLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenuInflater.java287 private int itemActionViewLayout; field in class:MenuInflater.MenuState
368 itemActionViewLayout = a.getResourceId(com.android.internal.R.styleable.MenuItem_actionLayout, 0);
373 if (hasActionProvider && itemActionViewLayout == 0 && itemActionViewClassName == null) {
435 if (itemActionViewLayout > 0) {
437 item.setActionView(itemActionViewLayout);
440 Log.w(LOG_TAG, "Ignoring attribute 'itemActionViewLayout'."

Completed in 50 milliseconds