Home
last modified time | relevance | path

Searched refs:ProcessAxisEvent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp146 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
H A Dace_view_ohos.h85 void ProcessAxisEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent,
H A Dui_content_impl.h97 bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) override;
H A Dui_content_impl.cpp2431 bool UIContentImpl::ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) in ProcessAxisEvent() function in OHOS::Ace::UIContentImpl
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h49 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h53 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent> &axisEvent));
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h58 MOCK_METHOD1(ProcessAxisEvent, bool(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent));
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h77 bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) override;
H A Dui_content_impl.cpp508 bool UIContentImpl::ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) in ProcessAxisEvent() function in OHOS::Ace::UIContentImpl
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp336 if (!(uiContent_->ProcessAxisEvent(axisEvent))) { in OnInputEvent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h139 virtual bool ProcessAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) = 0;