Searched refs:touchSessionArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
167 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testReportedDisplayBounds() local169 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds()172 assertThat(touchSessionArgumentCaptor.getValue().getBounds()) in testReportedDisplayBounds()458 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testDeferredPauseWithActiveSessions() local461 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions()470 touchSessionArgumentCaptor.getValue().pop(); in testDeferredPauseWithActiveSessions()496 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testDestroyWithActiveSessions() local499 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions()