Searched defs:GestureRecognizer (Results 1 – 2 of 2) sorted by relevance
23 interface GestureRecognizer : Consumer<MotionEvent> { interface
38 fun GestureRecognizer.handleTouchpadMotionEvent(event: MotionEvent): Boolean { in handleTouchpadMotionEvent() method