File
Doc
Category
Size
Date
Package
PopupWindowCompatKitKat.java
API Doc
Android 5.1 API
1098
Thu Mar 12 22:22:56 GMT 2015
android.support.v4.widget
PopupWindowCompatKitKat
java.lang.Object
public class PopupWindowCompatKitKat extends Object
Implementation of PopupWindow compatibility that can call KitKat APIs.
Fields Summary
Constructors Summary
Methods Summary
public static void
showAsDropDown
(
android.widget.PopupWindow
popup,
android.view.View
anchor,
int
xoff,
int
yoff,
int
gravity)
popup.showAsDropDown(anchor, xoff, yoff, gravity);
Java Code Source