Searched refs:touchSession (Results 1 – 4 of 4) sorted by relevance
101 final TouchSessionImpl touchSession = in push() field in TouchMonitor104 mActiveTouchSessions.add(touchSession); in push() argument105 completer.set(touchSession); in push() argument326 mMainExecutor.execute(() -> mActiveTouchSessions.forEach(touchSession -> {327 while (touchSession != null) {328 touchSession.onRemoved();329 touchSession = touchSession.getPredecessor();399 sessionMap.forEach((dreamTouchHandler, touchSession)400 -> dreamTouchHandler.onSessionStart(touchSession));436 .map(touchSession -> {[all …]
128 TouchInsetManager.TouchInsetSession touchSession, int category, Parent parent) { in ViewEntry() argument136 mTouchInsetSession = touchSession; in ViewEntry()140 touchSession.addViewToTracking(mView); in ViewEntry()315 Builder(View view, TouchInsetManager.TouchInsetSession touchSession, in Builder() argument320 mTouchSession = touchSession; in Builder()
315 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local316 assertThat(touchSession.getActiveSessionCount()).isEqualTo(1); in testSessionCount()317 touchSession.pop(); in testSessionCount()329 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount() local330 assertThat(touchSession.getActiveSessionCount()).isEqualTo(2); in testSessionCount()331 touchSession.pop(); in testSessionCount()
284 TouchHandler.TouchSession touchSession, in onSessionStartHelper() argument286 touchHandler.onSessionStart(touchSession); in onSessionStartHelper()292 verify(touchSession).registerGestureListener(gestureListenerCaptor.capture()); in onSessionStartHelper()293 verify(touchSession).registerInputListener(eventListenerCaptor.capture()); in onSessionStartHelper()