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

ListPopupWindowCompatKitKat

public class ListPopupWindowCompatKitKat extends Object
Implementation of ListPopupWindow compatibility that can call KitKat APIs.

Fields Summary
Constructors Summary
Methods Summary
public static android.view.View.OnTouchListenercreateDragToOpenListener(java.lang.Object listPopupWindow, android.view.View src)

        return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src);