Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.h94 bool IsUserClickable() const in IsUserClickable() function
H A Dgesture_event_hub.h291 bool IsUserClickable() const in IsUserClickable() function
293 return clickEventActuator_ != nullptr && clickEventActuator_->IsUserClickable(); in IsUserClickable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h676 if (!gesture->IsUserClickable()) { in InitClickEventRecorder()