Searched refs:mPopupList (Results 1 – 1 of 1) sorted by relevance
33 private final PopupList mPopupList; field in SelectionMenu38 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()