Example usage for android.widget PopupMenu.OnItemSelectedListener interface-usage

List of usage examples for android.widget PopupMenu.OnItemSelectedListener interface-usage

Introduction

In this page you can find the example usage for android.widget PopupMenu.OnItemSelectedListener interface-usage.

Usage

From source file fragments.InfoListFragment.java

public class InfoListFragment extends ListFragment implements PopupMenu.OnItemSelectedListener {

    public static InfoAdapter mInfoAdapter;
    private QuickReturnListView mListView;
    private Button mQuickReturnView;
    private int mQuickReturnHeight;