List of usage examples for android.view View.OnCreateContextMenuListener interface-usage
From source file info.guardianproject.otr.app.im.app.NewChatActivity.java
public class NewChatActivity extends FragmentActivity implements View.OnCreateContextMenuListener { private static final String ICICLE_CHAT_PAGER_ADAPTER = "chatPagerAdapter"; private static final String ICICLE_POSITION = "position"; private static final int MENU_RESEND = Menu.FIRST;