Searched refs:mActionBarMenuManager (Results 1 – 3 of 3) sorted by relevance
74 private final ActionBarMenuManager mActionBarMenuManager = new ActionBarMenuManager(this); field in SettingsActivity81 mActionBarMenuManager.addMenuItemController(new NavUpMenuItemController(this)) in onCreate()88 mActionBarMenuManager.createOptionsMenu(menu, getMenuInflater()); in onCreateOptionsMenu()94 mActionBarMenuManager.prepareShowMenu(menu); in onPrepareOptionsMenu()100 if (mActionBarMenuManager.handleMenuItemClick(item)) { in onOptionsItemSelected()
75 private final ActionBarMenuManager mActionBarMenuManager = new ActionBarMenuManager(this); field in DeskClock198 mActionBarMenuManager in onCreate()251 mActionBarMenuManager.createOptionsMenu(menu, getMenuInflater()); in onCreateOptionsMenu()258 mActionBarMenuManager.prepareShowMenu(menu); in onPrepareOptionsMenu()264 if (mActionBarMenuManager.handleMenuItemClick(item)) { in onOptionsItemSelected()
83 private final ActionBarMenuManager mActionBarMenuManager = new ActionBarMenuManager(this); field in CitySelectionActivity109 mActionBarMenuManager.addMenuItemController(new NavUpMenuItemController(this)) in onCreate()146 mActionBarMenuManager.createOptionsMenu(menu, getMenuInflater()); in onCreateOptionsMenu()152 mActionBarMenuManager.prepareShowMenu(menu); in onPrepareOptionsMenu()158 if (mActionBarMenuManager.handleMenuItemClick(item)) { in onOptionsItemSelected()