Searched refs:touchSessionImpl (Results 1 – 1 of 1) sorted by relevance
93 TouchSessionImpl touchSessionImpl) { in push() argument96 if (!mActiveTouchSessions.remove(touchSessionImpl)) { in push()102 new TouchSessionImpl(this, touchSessionImpl.getBounds(), in push()103 touchSessionImpl); in push()116 TouchSessionImpl touchSessionImpl) {119 if (mActiveTouchSessions.remove(touchSessionImpl)) {120 touchSessionImpl.onRemoved();122 final TouchSessionImpl predecessor = touchSessionImpl.getPredecessor();