/frameworks/support/v4/java/android/support/v4/widget/ |
D | ListPopupWindowCompat.java | 31 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src); in createDragToOpenListener() method 39 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() method in ListPopupWindowCompat.BaseListPopupWindowImpl 49 public OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() method in ListPopupWindowCompat.KitKatListPopupWindowImpl 50 return ListPopupWindowCompatKitKat.createDragToOpenListener(listPopupWindow, src); in createDragToOpenListener() 96 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() method in ListPopupWindowCompat 97 return IMPL.createDragToOpenListener(listPopupWindow, src); in createDragToOpenListener()
|
/frameworks/support/v4/kitkat/android/support/v4/widget/ |
D | ListPopupWindowCompatKitKat.java | 27 public static OnTouchListener createDragToOpenListener(Object listPopupWindow, View src) { in createDragToOpenListener() method in ListPopupWindowCompatKitKat 28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src); in createDragToOpenListener()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
D | ListPopupWindowTest.java | 357 View.OnTouchListener dragListener = mListPopupWindow.createDragToOpenListener(anchor); in testCreateOnDragListener()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 1055 public OnTouchListener createDragToOpenListener(View src) { in createDragToOpenListener() method
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1100 public OnTouchListener createDragToOpenListener(View src) { in createDragToOpenListener() method
|
/frameworks/support/v7/appcompat/api/ |
D | 22.0.0.txt | 298 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 22.1.0.txt | 460 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 22.2.0.txt | 1645 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 22.2.1.txt | 1699 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 23.0.0.txt | 1775 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | current.txt | 1951 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 23.1.0.txt | 1827 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | 23.1.1.txt | 1826 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2841 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 22.0.0.txt | 2607 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 22.2.0.txt | 2916 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 22.2.1.txt | 2917 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 23.1.1.txt | 3194 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 23.1.0.txt | 3234 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | 23.0.0.txt | 3202 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
D | current.txt | 3463 …method public static android.view.View.OnTouchListener createDragToOpenListener(java.lang.Object, …
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37734 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
/frameworks/base/api/ |
D | system-current.txt | 50189 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | current.txt | 46832 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|
D | test-current.txt | 46911 method public android.view.View.OnTouchListener createDragToOpenListener(android.view.View);
|