Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java713 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local
714 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()
715 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()
716 cancelEv.recycle(); in cancelGesture()