Searched refs:onInterceptTouch (Results 1 – 4 of 4) sorted by relevance
396 boolean onInterceptTouch(MotionEvent motionEvent) { in onInterceptTouch() method in TutorialFragment398 return mEdgeBackGestureHandler.onInterceptTouch(motionEvent) in onInterceptTouch()399 | mNavBarGestureHandler.onInterceptTouch(motionEvent); in onInterceptTouch()
145 boolean onInterceptTouch(MotionEvent event) { in onInterceptTouch() method in NavBarGestureHandler
115 .onInterceptTouch(motionEvent); in onInterceptTouchEvent()
151 boolean onInterceptTouch(MotionEvent motionEvent) { in onInterceptTouch() method in EdgeBackGestureHandler