Home | History | Annotate | Download | only in calendar

Lines Matching full:menu

279                 // and we don't want the long-press to pop up a context menu.
341 // with popping up the context menu.
386 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfo) {
394 menu.setHeaderTitle(title);
396 item = menu.add(0, MenuHelper.MENU_DAY, 0, R.string.show_day_view);
401 item = menu.add(0, MenuHelper.MENU_AGENDA, 0, R.string.show_agenda_view);
406 item = menu.add(0, MenuHelper.MENU_EVENT_CREATE, 0, R.string.event_create);