Searched refs:listPopupWindow (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/widget/
H A DListPopupWindowCompat.java31 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src); argument
39 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { argument
49 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { argument
50 return ListPopupWindowCompatKitKat.createDragToOpenListener(listPopupWindow, src);
90 * @param listPopupWindow the ListPopupWindow against which to invoke the
96 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { argument
97 return IMPL.createDragToOpenListener(listPopupWindow, src);
/frameworks/support/compat/kitkat/android/support/v4/widget/
H A DListPopupWindowCompatKitKat.java27 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { argument
28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src);

Completed in 66 milliseconds