Searched refs:TouchSession (Results 1 – 9 of 9) sorted by relevance
168 ArgumentCaptor.forClass(DreamTouchHandler.TouchSession.class); in testReportedDisplayBounds()226 DreamTouchHandler.TouchSession.class); in testSessionCount()393 DreamTouchHandler.TouchSession returnedSession = sessionFuture.get(); in testPush()408 final DreamTouchHandler.TouchSession.Callback callback = in testPop()409 Mockito.mock(DreamTouchHandler.TouchSession.Callback.class); in testPop()547 final DreamTouchHandler.TouchSession.Callback callback = in testOnRemovedCallbackOnStopMonitoring()548 Mockito.mock(DreamTouchHandler.TouchSession.Callback.class); in testOnRemovedCallbackOnStopMonitoring()573 final ArgumentCaptor<DreamTouchHandler.TouchSession> sessionCaptor = in registerGestureListener()582 DreamTouchHandler.TouchSession session) { in registerGestureListener()591 DreamTouchHandler.TouchSession session) { in registerInputEventListener()[all …]
55 DreamTouchHandler.TouchSession mTouchSession;
88 DreamTouchHandler.TouchSession mTouchSession;497 ArgumentCaptor<DreamTouchHandler.TouchSession.Callback> onRemovedCallbackCaptor = in testTouchSessionOnRemovedCalledTwice()498 ArgumentCaptor.forClass(DreamTouchHandler.TouchSession.Callback.class); in testTouchSessionOnRemovedCalledTwice()
41 interface TouchSession { interface66 ListenableFuture<TouchSession> push(); in push()75 ListenableFuture<TouchSession> pop(); in pop()104 void onSessionStart(TouchSession session); in onSessionStart()
67 private ListenableFuture<DreamTouchHandler.TouchSession> push( in push()90 private ListenableFuture<DreamTouchHandler.TouchSession> pop(124 private static class TouchSessionImpl implements DreamTouchHandler.TouchSession {159 public ListenableFuture<DreamTouchHandler.TouchSession> push() {164 public ListenableFuture<DreamTouchHandler.TouchSession> pop() {291 final HashMap<DreamTouchHandler, DreamTouchHandler.TouchSession> sessionMap =
53 public void onSessionStart(TouchSession session) { in onSessionStart()
100 private TouchSession mTouchSession;257 public void onSessionStart(TouchSession session) { in onSessionStart()
113 public void onSessionStart(TouchSession session) { in onSessionStart()
73 DreamTouchHandler.TouchSession mSession;