Home
last modified time | relevance | path

Searched refs:mCurrentExpandedItem (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java142 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.ExpandedActionViewMenuPresenter
1600 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 …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java697 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.ExpandedActionViewMenuPresenter
2282 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 …]
/frameworks/base/core/java/android/widget/
DToolbar.java683 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.ExpandedActionViewMenuPresenter
2255 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 …]