Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java537 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
551 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1088 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1089 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
1934 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter
1939 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
1940 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
1953 if (mCurrentExpandedItem != null) { in updateMenuView()
1960 if (item == mCurrentExpandedItem) { in updateMenuView()
1969 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java140 final MenuItemImpl item = mExpandedMenuPresenter.mCurrentExpandedItem;
448 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
453 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1274 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1275 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
1593 MenuItemImpl mCurrentExpandedItem; field in ActionBarView.ExpandedActionViewMenuPresenter
1598 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
1599 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
1612 if (mCurrentExpandedItem != null) { in updateMenuView()
1619 if (item == mCurrentExpandedItem) { in updateMenuView()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java554 mExpandedMenuPresenter.mCurrentExpandedItem != null; in hasExpandedActionView()
568 mExpandedMenuPresenter.mCurrentExpandedItem; in collapseActionView()
1095 if (mExpandedMenuPresenter != null && mExpandedMenuPresenter.mCurrentExpandedItem != null) { in onSaveInstanceState()
1096 state.expandedMenuItemId = mExpandedMenuPresenter.mCurrentExpandedItem.getItemId(); in onSaveInstanceState()
1951 MenuItemImpl mCurrentExpandedItem; field in Toolbar.ExpandedActionViewMenuPresenter
1956 if (mMenu != null && mCurrentExpandedItem != null) { in initForMenu()
1957 mMenu.collapseItemActionView(mCurrentExpandedItem); in initForMenu()
1970 if (mCurrentExpandedItem != null) { in updateMenuView()
1977 if (item == mCurrentExpandedItem) { in updateMenuView()
1986 collapseItemActionView(mMenu, mCurrentExpandedItem); in updateMenuView()
[all …]