Searched refs:sendCancel (Results 1 – 3 of 3) sorted by relevance
180 MotionEvents.sendCancel(uiController, downEvent);325 MotionEvents.sendCancel(uiController, downEvent); in sendLinearDrag()346 MotionEvents.sendCancel(uiController, downEvent); in sendLinearDrag()390 MotionEvents.sendCancel(uiController, downEvent); in performDoubleTap()
91 MotionEvents.sendCancel(uiController, res.down); in sendSingleTap()
296 sendCancel(null, null); in cancel()314 return sendCancel(snapshots.first, snapshots.second); in sendCancelWithSnapshots()346 private boolean sendCancel(@Nullable int[] taskIds, in sendCancel() method in RecentsTransitionHandler.RecentsController