Searched refs:ProcessAxisEvent (Results 1 – 11 of 11) sorted by relevance
146 view->ProcessAxisEvent(pointerEvent, node, isInjected); in DispatchTouchEvent()383 void AceViewOhos::ProcessAxisEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, in ProcessAxisEvent() function in OHOS::Ace::Platform::AceViewOhos
85 void ProcessAxisEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent,
97 bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) override;
2431 bool UIContentImpl::ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) in ProcessAxisEvent() function in OHOS::Ace::UIContentImpl
49 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent));
53 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent> &axisEvent));
58 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent));
77 bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) override;
508 bool UIContentImpl::ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) in ProcessAxisEvent() function in OHOS::Ace::UIContentImpl
336 if (!(uiContent_->ProcessAxisEvent(axisEvent))) { in OnInputEvent()
139 virtual bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) = 0;