Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java953 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local
954 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()
955 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()
956 dispatchToBackAnimation(cancelEv); in cancelGesture()
957 cancelEv.recycle(); in cancelGesture()