Home
last modified time | relevance | path

Searched refs:AddAxis (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h88 void AddAxis(const AxisEvent& event);
H A Devent_dump.cpp135 void EventTreeRecord::AddAxis(const AxisEvent& event) in AddAxis() function in OHOS::Ace::NG::EventTreeRecord
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3401 eventManager_->GetEventTreeRecord(EventTreeType::TOUCH).AddAxis(scaleEvent); in OnAxisEvent()