Searched defs:toCapture (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java893 * @param toCapture View to capture
897 boolean tryCaptureViewForDrag(View toCapture, int pointerId) { argument
898 if (toCapture == mCapturedView && mActivePointerId == pointerId) {
902 if (toCapture != null && mCallback.tryCaptureView(toCapture, pointerId)) {
904 captureChildView(toCapture, pointerId);
975 final View toCapture = findTopChildUnder((int) x, (int) y);
978 if (toCapture == mCapturedView && mDragState == STATE_SETTLING) {
979 tryCaptureViewForDrag(toCapture, pointerId);
1004 final View toCapture
[all...]

Completed in 41 milliseconds