Searched refs:mActionButtonPopup (Results 1 – 2 of 2) sorted by relevance
87 private ActionButtonSubmenu mActionButtonPopup; field in ActionMenuPresenter523 mActionButtonPopup = new ActionButtonSubmenu(mContext, subMenu, anchor); in onSubMenuSelected()524 mActionButtonPopup.setForceShowIcon(preserveIconSpacing); in onSubMenuSelected()525 mActionButtonPopup.show(); in onSubMenuSelected()604 if (mActionButtonPopup != null) { in hideSubMenus()605 mActionButtonPopup.dismiss(); in hideSubMenus()973 mActionButtonPopup = null; in onDismiss()1025 return mActionButtonPopup != null ? mActionButtonPopup.getPopup() : null; in getPopup()
69332 Landroid/widget/ActionMenuPresenter;->mActionButtonPopup:Landroid/widget/ActionMenuPresenter$Action…