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/base/core/java/android/widget/
DToolbar.java723 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
737 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1545 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1546 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
2403 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter
2408 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
2409 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
2422 if (mCurrentExpandedItem != null) { in updateMenuView()
2429 if (item == mCurrentExpandedItem) { in updateMenuView()
2438 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85184 Landroid/widget/Toolbar$ExpandedActionViewMenuPresenter;->mCurrentExpandedItem:Lcom/android/interna…