Home | History | Annotate | Download | only in widget

Lines Matching defs:mCurrentExpandedItem

142             final MenuItemImpl item = mExpandedMenuPresenter.mCurrentExpandedItem;
450 mExpandedMenuPresenter.mCurrentExpandedItem != null;
455 mExpandedMenuPresenter.mCurrentExpandedItem;
1276 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) {
1277 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId();
1595 MenuItemImpl mCurrentExpandedItem;
1600 if (mMenu != null && mCurrentExpandedItem != null) {
1601 mMenu.collapseItemActionView(mCurrentExpandedItem);
1614 if (mCurrentExpandedItem != null) {
1621 if (item == mCurrentExpandedItem) {
1630 collapseItemActionView(mMenu, mCurrentExpandedItem);
1658 mCurrentExpandedItem = item;
1708 mCurrentExpandedItem = null;