Loading services/inputflinger/dispatcher/InputDispatcher.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1312,6 +1312,7 @@ bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newE ALOGD("Received a new pointer down event, stop waiting for events to process and " "just send the pending key event to the currently focused window."); mKeyIsWaitingForEventsTimeout = now(); needWake = true; } break; } Loading Loading
services/inputflinger/dispatcher/InputDispatcher.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1312,6 +1312,7 @@ bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newE ALOGD("Received a new pointer down event, stop waiting for events to process and " "just send the pending key event to the currently focused window."); mKeyIsWaitingForEventsTimeout = now(); needWake = true; } break; } Loading