File
Doc
Category
Size
Date
Package
ListPopupWindowCompatKitKat.java
API Doc
Android 5.1 API
1072
Thu Mar 12 22:22:56 GMT 2015
android.support.v4.widget
ListPopupWindowCompatKitKat
java.lang.Object
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.OnTouchListener
createDragToOpenListener
(
java.lang.Object
listPopupWindow,
android.view.View
src)
return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src);
Java Code Source