Searched defs:dispatchOnItemTouchIntercept (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2569 private boolean dispatchOnItemTouchIntercept(MotionEvent e) { method in class:RecyclerView
2602 // Listeners will have already received the ACTION_DOWN via dispatchOnItemTouchIntercept
2624 if (dispatchOnItemTouchIntercept(e)) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2712 private boolean dispatchOnItemTouchIntercept(MotionEvent e) { method in class:RecyclerView
2745 // Listeners will have already received the ACTION_DOWN via dispatchOnItemTouchIntercept
2767 if (dispatchOnItemTouchIntercept(e)) {

Completed in 69 milliseconds