Searched refs:openWith (Results 1 – 2 of 2) sorted by relevance
142 MenuItem openWith = menu.findItem(R.id.dir_menu_open_with); in updateContextMenuForFiles() local148 updateOpenWith(openWith, selectionDetails); in updateContextMenuForFiles()279 protected void updateOpenWith(MenuItem openWith, SelectionDetails selectionDetails) { in updateOpenWith() argument280 openWith.setVisible(false); in updateOpenWith()
159 protected void updateOpenWith(MenuItem openWith, SelectionDetails selectionDetails) { in updateOpenWith() argument160 openWith.setVisible(true); in updateOpenWith()161 openWith.setEnabled(selectionDetails.canOpenWith()); in updateOpenWith()