Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSelectionMenu.java33 private final PopupList mPopupList; field in SelectionMenu
38 mPopupList = new PopupList(context, mButton); in SelectionMenu()
39 mPopupList.addItem(R.id.action_select_all, in SelectionMenu()
41 mPopupList.setOnPopupItemClickListener(listener); in SelectionMenu()
47 mPopupList.show(); in onClick()
51 PopupList.Item item = mPopupList.findItem(R.id.action_select_all); in updateSelectAllMode()