Searched refs:inputEventListenerCaptor (Results 1 – 3 of 3) sorted by relevance
184 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in testSessionEndWithTouchInInset() local186 verify(mSession).registerInputListener(inputEventListenerCaptor.capture()); in testSessionEndWithTouchInInset()196 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionEndWithTouchInInset()233 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in testSessionLifecycle() local235 verify(mSession).registerInputListener(inputEventListenerCaptor.capture()); in testSessionLifecycle()247 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionLifecycle()260 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionLifecycle()
560 ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in swipeToPosition() local562 verify(mTouchSession).registerInputListener(inputEventListenerCaptor.capture()); in swipeToPosition()580 inputEventListenerCaptor.getValue().onInputEvent(upEvent); in swipeToPosition()
167 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in Environment() local171 verify(mInputFactory).create(any(), inputEventListenerCaptor.capture(), in Environment()174 mEventListener = inputEventListenerCaptor.getValue(); in Environment()