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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java897 boolean tryCaptureViewForDrag(View toCapture, int pointerId) { method in class:ViewDragHelper
979 tryCaptureViewForDrag(toCapture, pointerId);
1006 tryCaptureViewForDrag(toCapture, pointerId);
1059 if (pastSlop && tryCaptureViewForDrag(toCapture, pointerId)) {
1116 tryCaptureViewForDrag(toCapture, pointerId);
1137 tryCaptureViewForDrag(toCapture, pointerId);
1148 tryCaptureViewForDrag(mCapturedView, pointerId);
1189 && tryCaptureViewForDrag(toCapture, pointerId)) {
1214 && tryCaptureViewForDrag(mCapturedView, id)) {

Completed in 47 milliseconds