Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java559 MenuItem helpItem = menu.findItem(R.id.action_general_help); in onCreateActionBar() local
560 helpItem.setVisible(helpIntent != null); in onCreateActionBar()
561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()