Home
last modified time | relevance | path

Searched refs:tryCaptureView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java307 public abstract boolean tryCaptureView(View child, int pointerId); in tryCaptureView() method in ViewDragHelper.Callback
956 if (toCapture != null && mCallback.tryCaptureView(toCapture, pointerId)) {
DOverlappingPaneLayout.java1017 public boolean tryCaptureView(View child, int pointerId) { in tryCaptureView() method in OverlappingPaneLayout.DragHelperCallback