Searched refs:mCurrentExpandedItem (Results 1 – 3 of 3) sorted by relevance
142 final MenuItemImpl item = mExpandedMenuPresenter.mCurrentExpandedItem;450 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()455 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()1276 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()1277 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()1595 MenuItemImpl mCurrentExpandedItem; field in ActionBarView.ExpandedActionViewMenuPresenter1600 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()1601 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()1614 if (mCurrentExpandedItem != null) { in updateMenuView()1621 if (item == mCurrentExpandedItem) { in updateMenuView()[all …]
697 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()711 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()1406 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()1407 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()2277 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter2282 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()2283 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()2296 if (mCurrentExpandedItem != null) { in updateMenuView()2303 if (item == mCurrentExpandedItem) { in updateMenuView()2312 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()[all …]
683 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()697 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()1399 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()1400 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()2250 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter2255 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()2256 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()2269 if (mCurrentExpandedItem != null) { in updateMenuView()2276 if (item == mCurrentExpandedItem) { in updateMenuView()2285 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()[all …]