Searched refs:MENU_ID_HELP (Results 1 – 2 of 2) sorted by relevance
316 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help); in createOptionsMenuInternal()328 menu.findItem(StkApp.MENU_ID_HELP).setVisible(mStkInput.helpAvailable); in prepareOptionsMenuInternal()349 case StkApp.MENU_ID_HELP: in optionsItemSelectedInternal()
33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2; field in StkApp