Searched refs:touchHandler2 (Results 1 – 1 of 1) sorted by relevance
443 final TouchHandler touchHandler2 = createTouchHandler(); in testBroadcast() local444 when(touchHandler2.isEnabled()).thenReturn(true); in testBroadcast()446 final Environment environment = new Environment(Stream.of(touchHandler, touchHandler2) in testBroadcast()456 inputListeners.add(registerInputEventListener(touchHandler2)); in testBroadcast()612 final TouchHandler touchHandler2 = createTouchHandler(); in testPilfering() local613 final Environment environment = new Environment(Stream.of(touchHandler1, touchHandler2) in testPilfering()623 final TouchHandler.TouchSession session2 = captureSession(touchHandler2); in testPilfering()