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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java393 public boolean tryCaptureView(View child, int pointerId) { method in class:PrintContentView.DragCallbacks
/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
895 if (toCapture != null && mCallback.tryCaptureView(toCapture, pointerId)) {
H A DSlidingPaneLayout.java1299 public boolean tryCaptureView(View child, int pointerId) { method in class:SlidingPaneLayout.DragHelperCallback
H A DDrawerLayout.java1644 public boolean tryCaptureView(View child, int pointerId) { method in class:DrawerLayout.ViewDragCallback

Completed in 135 milliseconds