Home | History | Annotate | Download | only in listpopupmenu

Lines Matching refs:PopupMenu

20 import android.support.v7.widget.PopupMenu;
32 * a {@link android.support.v7.widget.PopupMenu PopupMenu} when clicked, allowing the user to
61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
63 // PopupMenu is shown.
79 // Create a PopupMenu, giving it the clicked view for an anchor
80 PopupMenu popup = new PopupMenu(getActivity(), view);
82 // Inflate our menu resource into the PopupMenu's Menu
86 popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
99 // Finally show the PopupMenu