Home | History | Annotate | Download | only in widget

Lines Matching defs:mCurrentExpandedItem

702                 mExpandedMenuPresenter.mCurrentExpandedItem != null;
716 mExpandedMenuPresenter.mCurrentExpandedItem;
1413 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) {
1414 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId();
2307 MenuItemImpl mCurrentExpandedItem;
2315 if (mMenu != null && mCurrentExpandedItem != null) {
2316 mMenu.collapseItemActionView(mCurrentExpandedItem);
2329 if (mCurrentExpandedItem != null) {
2336 if (item == mCurrentExpandedItem) {
2345 collapseItemActionView(mMenu, mCurrentExpandedItem);
2379 mCurrentExpandedItem = item;
2416 mCurrentExpandedItem = null;