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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DBaseMenuWrapper.java34 private Map<SupportSubMenu, SubMenu> mSubMenus; field in class:BaseMenuWrapper
69 if (mSubMenus == null) {
70 mSubMenus = new ArrayMap<>();
73 SubMenu wrappedMenu = mSubMenus.get(supportSubMenu);
77 mSubMenus.put(supportSubMenu, wrappedMenu);
89 if (mSubMenus != null) {
90 mSubMenus.clear();

Completed in 49 milliseconds