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

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java290 public abstract boolean tryCaptureView(View child, int pointerId); method in class:ViewDragHelper.Callback
453 * but {@link Callback#tryCaptureView(android.view.View, int)} will not be asked permission to
887 if (toCapture != null && mCallback.tryCaptureView(toCapture, pointerId)) {
H A DDrawerLayout.java1346 public boolean tryCaptureView(View child, int pointerId) { method in class:DrawerLayout.ViewDragCallback
H A DSlidingPaneLayout.java1181 public boolean tryCaptureView(View child, int pointerId) { method in class:SlidingPaneLayout.DragHelperCallback

Completed in 179 milliseconds