Home
last modified time | relevance | path

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

/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
DPopupListFragment.java120 View popupButton = view.findViewById(R.id.button_popup); in getView() local
123 popupButton.setTag(getItem(position)); in getView()
126 popupButton.setOnClickListener(PopupListFragment.this); in getView()