Searched refs:touchSessionCaptor (Results 1 – 1 of 1) sorted by relevance
309 ArgumentCaptor<TouchHandler.TouchSession> touchSessionCaptor = ArgumentCaptor.forClass( in testSessionCount() local314 verify(unzonedTouchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()315 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount()328 verify(touchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()329 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount()