Lines Matching defs:pointerEvent
443 void WindowSessionImpl::ConsumePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
445 NotifyPointerEvent(pointerEvent);
3349 void WindowSessionImpl::NotifyPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
3351 if (!pointerEvent) {
3363 if (pointerEvent->GetPointerAction() != MMI::PointerEvent::POINTER_ACTION_MOVE) {
3366 pointerEvent->GetId());
3368 if (!(inputEventConsumer->OnInputEvent(pointerEvent))) {
3369 pointerEvent->MarkProcessed();
3375 if (pointerEvent->GetPointerAction() != MMI::PointerEvent::POINTER_ACTION_MOVE) {
3377 pointerEvent->GetId());
3379 if (!uiContent->ProcessPointerEvent(pointerEvent)) {
3381 pointerEvent->MarkProcessed();
3384 if (pointerEvent->GetPointerAction() != MMI::PointerEvent::POINTER_ACTION_MOVE) {
3385 TLOGW(WmsLogTag::WMS_INPUT_KEY_FLOW, "pointerEvent not consumed, windowId:%{public}u", GetWindowId());
3387 pointerEvent->MarkProcessed();