Searched refs:cancelGesture (Results 1 – 2 of 2) sorted by relevance
171 private void cancelGesture(MotionEvent ev) { in cancelGesture() method in EdgeBackGestureHandler196 cancelGesture(ev); in onMotionEvent()200 cancelGesture(ev); in onMotionEvent()206 cancelGesture(ev); in onMotionEvent()
922 boolean cancelGesture = mGestureState.getContainerInterface() != null924 boolean cleanUpConsumer = (action == ACTION_UP || action == ACTION_CANCEL || cancelGesture)927 if (cancelGesture) {