Searched refs:onInterceptTouch (Results 1 – 3 of 3) sorted by relevance
72 this::onInterceptTouch, listener); in start()93 private void onInterceptTouch() { in onInterceptTouch() method in BubblesNavBarGestureTracker
52 Runnable onInterceptTouch, MotionEventListener motionEventListener) { in BubblesNavBarMotionEventHandler() argument55 mOnInterceptTouch = onInterceptTouch; in BubblesNavBarMotionEventHandler()
160 override fun onInterceptTouchEvent(ev: MotionEvent?) = onInterceptTouch(ev!!) in onTouchEvent()346 private fun onInterceptTouch(motionEvent: MotionEvent): Boolean { in onInterceptTouch() method