Loading libs/ui/InputDispatcher.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2536,9 +2536,9 @@ void InputDispatcher::setInputWindows(const Vector<InputWindow>& inputWindows) { #if DEBUG_FOCUS #if DEBUG_FOCUS LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string()); LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string()); #endif #endif mTouchState.windows.removeAt(i); synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel, synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel, InputState::CANCEL_POINTER_EVENTS, "touched window was removed"); InputState::CANCEL_POINTER_EVENTS, "touched window was removed"); mTouchState.windows.removeAt(i); } } } } Loading Loading
libs/ui/InputDispatcher.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2536,9 +2536,9 @@ void InputDispatcher::setInputWindows(const Vector<InputWindow>& inputWindows) { #if DEBUG_FOCUS #if DEBUG_FOCUS LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string()); LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string()); #endif #endif mTouchState.windows.removeAt(i); synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel, synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel, InputState::CANCEL_POINTER_EVENTS, "touched window was removed"); InputState::CANCEL_POINTER_EVENTS, "touched window was removed"); mTouchState.windows.removeAt(i); } } } } Loading