Searched refs:createDragToOpenListener (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DListPopupWindowCompat.java31 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src); method in interface:ListPopupWindowCompat.ListPopupWindowImpl
39 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { method in class:ListPopupWindowCompat.BaseListPopupWindowImpl
49 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { method in class:ListPopupWindowCompat.KitKatListPopupWindowImpl
50 return ListPopupWindowCompatKitKat.createDragToOpenListener(listPopupWindow, src);
86 * OnTouchListener dragListener = myPopup.createDragToOpenListener(myAnchor);
96 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { method in class:ListPopupWindowCompat
97 return IMPL.createDragToOpenListener(listPopupWindow, src);
/frameworks/support/v4/kitkat/android/support/v4/widget/
H A DListPopupWindowCompatKitKat.java27 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { method in class:ListPopupWindowCompatKitKat
28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1007 * OnTouchListener dragListener = myPopup.createDragToOpenListener(myAnchor);
1014 public OnTouchListener createDragToOpenListener(View src) { method in class:ListPopupWindow
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1025 * OnTouchListener dragListener = myPopup.createDragToOpenListener(myAnchor);
1032 public OnTouchListener createDragToOpenListener(View src) { method in class:ListPopupWindow

Completed in 172 milliseconds