Home
last modified time | relevance | path

Searched refs:mCurrentExpandedItem (Results 1 – 4 of 4) 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/base/core/java/android/widget/
DToolbar.java705 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
719 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1423 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1424 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
2281 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter
2286 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
2287 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
2300 if (mCurrentExpandedItem != null) { in updateMenuView()
2307 if (item == mCurrentExpandedItem) { in updateMenuView()
2316 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()
[all …]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java702 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
716 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1413 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1414 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
2307 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter
2315 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
2316 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
2329 if (mCurrentExpandedItem != null) { in updateMenuView()
2336 if (item == mCurrentExpandedItem) { in updateMenuView()
2345 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt106112 Landroid/widget/Toolbar$ExpandedActionViewMenuPresenter;->mCurrentExpandedItem:Lcom/android/interna…