Home | History | Annotate | Download | only in widget

Lines Matching defs:mCurrentExpandedItem

705                 mExpandedMenuPresenter.mCurrentExpandedItem != null;
719 mExpandedMenuPresenter.mCurrentExpandedItem;
1423 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) {
1424 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId();
2281 MenuItemImpl mCurrentExpandedItem;
2286 if (mMenu != null && mCurrentExpandedItem != null) {
2287 mMenu.collapseItemActionView(mCurrentExpandedItem);
2300 if (mCurrentExpandedItem != null) {
2307 if (item == mCurrentExpandedItem) {
2316 collapseItemActionView(mMenu, mCurrentExpandedItem);
2346 mCurrentExpandedItem = item;
2379 mCurrentExpandedItem = null;