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

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java882 boolean tryCaptureViewForDrag(View toCapture, int pointerId) { method in class:ViewDragHelper
964 tryCaptureViewForDrag(toCapture, pointerId);
991 tryCaptureViewForDrag(toCapture, pointerId);
1015 tryCaptureViewForDrag(toCapture, pointerId)) {
1072 tryCaptureViewForDrag(toCapture, pointerId);
1093 tryCaptureViewForDrag(toCapture, pointerId);
1104 tryCaptureViewForDrag(mCapturedView, pointerId);
1138 tryCaptureViewForDrag(toCapture, pointerId)) {
1163 tryCaptureViewForDrag(mCapturedView, id)) {

Completed in 1141 milliseconds