Searched defs:tryCaptureView (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ | ||
D | PrintContentView.java | 393 public boolean tryCaptureView(View child, int pointerId) { in tryCaptureView() method in PrintContentView.DragCallbacks |
/frameworks/support/wear/src/android/support/wear/widget/drawer/ | ||
D | WearableDrawerLayout.java | 964 public boolean tryCaptureView(View child, int pointerId) { in tryCaptureView() method in WearableDrawerLayout.DrawerDraggerCallback |
/frameworks/support/core-ui/java/android/support/v4/widget/ | ||
D | ViewDragHelper.java | 290 public abstract boolean tryCaptureView(View child, int pointerId); in tryCaptureView() method in ViewDragHelper.Callback |
D | SlidingPaneLayout.java | 1289 public boolean tryCaptureView(View child, int pointerId) { in tryCaptureView() method in SlidingPaneLayout.DragHelperCallback |
D | DrawerLayout.java | 2068 public boolean tryCaptureView(View child, int pointerId) { in tryCaptureView() method in DrawerLayout.ViewDragCallback |