Home
last modified time | relevance | path

Searched refs:GetGestureScope (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.h124 const std::unordered_map<size_t, GestureScope>& GetGestureScope() const in GetGestureScope() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp2046 auto gestureScope = referee->GetGestureScope(); in EventManager()