Searched refs:mAlt (Results 1 – 1 of 1) sorted by relevance
43 private TestHandler mAlt; field in GestureRouterTest48 mAlt = new TestHandler(); in setUp()56 mRouter.register(MotionEvent.TOOL_TYPE_FINGER, mAlt); in testDelegates()60 mAlt.assertNotCalled_onDown(); in testDelegates()64 mAlt.assertNotCalled_onShowPress(); in testDelegates()68 mAlt.assertNotCalled_onSingleTapUp(); in testDelegates()72 mAlt.assertNotCalled_onScroll(); in testDelegates()76 mAlt.assertNotCalled_onLongPress(); in testDelegates()80 mAlt.assertNotCalled_onFling(); in testDelegates()84 mAlt.assertNotCalled_onSingleTapConfirmed(); in testDelegates()[all …]