File
Doc
Category
Size
Date
Package
PopupMenu.java
API Doc
Android 5.1 API
1447
Sat Mar 14 14:09:34 GMT 2015
android.widget
PopupMenu
java.lang.Object
public class PopupMenu extends Object
Fields Summary
Constructors Summary
public PopupMenu
(
android.content.Context
context,
android.view.View
anchor)
throw new RuntimeException("Stub!");
public PopupMenu
(
android.content.Context
context,
android.view.View
anchor,
int
gravity)
throw new RuntimeException("Stub!");
public PopupMenu
(
android.content.Context
context,
android.view.View
anchor,
int
gravity,
int
popupStyleAttr,
int
popupStyleRes)
throw new RuntimeException("Stub!");
Methods Summary
public void
dismiss
()
throw new RuntimeException("Stub!");
public
android.view.View.OnTouchListener
getDragToOpenListener
()
throw new RuntimeException("Stub!");
public
android.view.Menu
getMenu
()
throw new RuntimeException("Stub!");
public
android.view.MenuInflater
getMenuInflater
()
throw new RuntimeException("Stub!");
public void
inflate
(
int
menuRes)
throw new RuntimeException("Stub!");
public void
setOnDismissListener
(
android.widget.PopupMenu$OnDismissListener
listener)
throw new RuntimeException("Stub!");
public void
setOnMenuItemClickListener
(
android.widget.PopupMenu$OnMenuItemClickListener
listener)
throw new RuntimeException("Stub!");
public void
show
()
throw new RuntimeException("Stub!");
Java Code Source