Searched refs:touchSessionArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
251 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testReportedDisplayBounds() local253 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds()256 assertThat(touchSessionArgumentCaptor.getValue().getBounds()) in testReportedDisplayBounds()561 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testDeferredPauseWithActiveSessions() local564 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions()571 touchSessionArgumentCaptor.getValue().pop(); in testDeferredPauseWithActiveSessions()597 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testDestroyWithActiveSessions() local600 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions()