Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DPreviewGestures.java149 sendToPie(makeCancelEvent(m)); in dispatchTouch()
175 sendToPie(makeCancelEvent(m)); in dispatchTouch()
280 mActivity.superDispatchTouchEvent(makeCancelEvent(m)); in cancelActivityTouchHandling()
283 private MotionEvent makeCancelEvent(MotionEvent m) { in makeCancelEvent() method in PreviewGestures