HomeSort by relevance Sort by last modified time
    Searched refs:mOptionsMenu (Results 1 - 4 of 4) sorted by null

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperHoneycomb.java 33 private Menu mOptionsMenu;
42 mOptionsMenu = menu;
50 if (mOptionsMenu == null) {
54 final MenuItem refreshItem = mOptionsMenu.findItem(R.id.menu_refresh);
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 173 private Menu mOptionsMenu;
710 mOptionsMenu = menu;
733 mOptionsMenu = null;
737 if (mOptionsMenu == null) {
748 mOptionsMenu.findItem(SORT_ORDER_ALPHA).setVisible(false);
749 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(false);
750 mOptionsMenu.findItem(SHOW_RUNNING_SERVICES).setVisible(showingBackground);
751 mOptionsMenu.findItem(SHOW_BACKGROUND_PROCESSES).setVisible(!showingBackground);
753 mOptionsMenu.findItem(SORT_ORDER_ALPHA).setVisible(mSortOrder != SORT_ORDER_ALPHA);
754 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(mSortOrder != SORT_ORDER_SIZE)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 121 private MenuBuilder mOptionsMenu;
364 if (menu == mOptionsMenu) return;
366 if (mOptionsMenu != null) {
367 mOptionsMenu.removeMenuPresenter(mActionMenuPresenter);
368 mOptionsMenu.removeMenuPresenter(mExpandedMenuPresenter);
372 mOptionsMenu = builder;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 145 private Menu mOptionsMenu;
467 if (mOptionsMenu == null) {
470 MenuItem cancelItem = mOptionsMenu.findItem(R.id.action_cancel);
658 mOptionsMenu = menu;
    [all...]

Completed in 106 milliseconds