Loading services/inputflinger/dispatcher/InputDispatcher.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -2144,8 +2144,9 @@ InputEventInjectionResult InputDispatcher::findTouchedWindowTargetsLocked( // be delivered to a new window which supports split touch. tempTouchState.split = true; } if (isDown) { tempTouchState.addGestureMonitors(newGestureMonitors); } } else { /* Case 2: Pointer move, up, cancel or non-splittable pointer down. */ Loading Loading
services/inputflinger/dispatcher/InputDispatcher.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -2144,8 +2144,9 @@ InputEventInjectionResult InputDispatcher::findTouchedWindowTargetsLocked( // be delivered to a new window which supports split touch. tempTouchState.split = true; } if (isDown) { tempTouchState.addGestureMonitors(newGestureMonitors); } } else { /* Case 2: Pointer move, up, cancel or non-splittable pointer down. */ Loading