Searched refs:tryCaptureViewForDrag (Results 1 – 1 of 1) sorted by relevance
896 boolean tryCaptureViewForDrag(View toCapture, int pointerId) { in tryCaptureViewForDrag() method in ViewDragHelper977 tryCaptureViewForDrag(toCapture, pointerId); in shouldInterceptTouchEvent()1004 tryCaptureViewForDrag(toCapture, pointerId); in shouldInterceptTouchEvent()1055 if (pastSlop && tryCaptureViewForDrag(toCapture, pointerId)) { in shouldInterceptTouchEvent()1112 tryCaptureViewForDrag(toCapture, pointerId); in processTouchEvent()1133 tryCaptureViewForDrag(toCapture, pointerId); in processTouchEvent()1144 tryCaptureViewForDrag(mCapturedView, pointerId); in processTouchEvent()1185 && tryCaptureViewForDrag(toCapture, pointerId)) { in processTouchEvent()1210 && tryCaptureViewForDrag(mCapturedView, id)) { in processTouchEvent()