FileDocCategorySizeDatePackage
PopupWindowCompatKitKat.javaAPI DocAndroid 5.1 API1098Thu Mar 12 22:22:56 GMT 2015android.support.v4.widget

PopupWindowCompatKitKat

public class PopupWindowCompatKitKat extends Object
Implementation of PopupWindow compatibility that can call KitKat APIs.

Fields Summary
Constructors Summary
Methods Summary
public static voidshowAsDropDown(android.widget.PopupWindow popup, android.view.View anchor, int xoff, int yoff, int gravity)

        popup.showAsDropDown(anchor, xoff, yoff, gravity);