Searched refs:inputEventListenerCaptor (Results 1 – 3 of 3) sorted by relevance
177 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in testSessionEndWithTouchInInset() local179 verify(mSession).registerInputListener(inputEventListenerCaptor.capture()); in testSessionEndWithTouchInInset()189 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionEndWithTouchInInset()225 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in testSessionLifecycle() local227 verify(mSession).registerInputListener(inputEventListenerCaptor.capture()); in testSessionLifecycle()239 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionLifecycle()252 inputEventListenerCaptor.getValue().onInputEvent(mMotionEvent); in testSessionLifecycle()
510 ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in swipeToPosition() local512 verify(mTouchSession).registerInputListener(inputEventListenerCaptor.capture()); in swipeToPosition()529 inputEventListenerCaptor.getValue().onInputEvent(upEvent); in swipeToPosition()
117 final ArgumentCaptor<InputChannelCompat.InputEventListener> inputEventListenerCaptor = in Environment() local121 verify(mInputFactory).create(any(), inputEventListenerCaptor.capture(), in Environment()124 mEventListener = inputEventListenerCaptor.getValue(); in Environment()