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 …]
723 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()737 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()1545 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()1546 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()2403 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter2408 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()2409 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()2422 if (mCurrentExpandedItem != null) { in updateMenuView()2429 if (item == mCurrentExpandedItem) { in updateMenuView()2438 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()[all …]
85184 Landroid/widget/Toolbar$ExpandedActionViewMenuPresenter;->mCurrentExpandedItem:Lcom/android/interna…