Home
last modified time | relevance | path

Searched refs:SetIsAllowMouse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.h111 void SetIsAllowMouse(bool isAllowMouse) const in SetIsAllowMouse() function
114 panRecognizer_->SetIsAllowMouse(isAllowMouse); in SetIsAllowMouse()
H A Dgesture_event_hub.h625 void SetIsAllowMouse(bool isAllowMouse) const in SetIsAllowMouse() function
628 panEventActuator_->SetIsAllowMouse(isAllowMouse); in SetIsAllowMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.h65 void SetIsAllowMouse(bool isAllowMouse) in SetIsAllowMouse() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp193 gestureHub->SetIsAllowMouse(false); in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp161 panRecognizerNG_->SetIsAllowMouse(false); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp207 panRecognizerNG_->SetIsAllowMouse(false); in Initialize()