Searched refs:itemShowAsAction (Results 1 – 2 of 2) sorted by relevance
334 private int itemShowAsAction; field in MenuInflater.MenuState440 itemShowAsAction = a.getInt(com.android.internal.R.styleable.MenuItem_showAsAction, -1); in readItem()486 if (itemShowAsAction >= 0) { in setItem()487 item.setShowAsAction(itemShowAsAction); in setItem()
60740 Landroid/view/MenuInflater$MenuState;->itemShowAsAction:I