Home
last modified time | relevance | path

Searched refs:HasClickGestureListenerComponent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp140 if (ViewStackProcessor::GetInstance()->HasClickGestureListenerComponent()) { in SetResponseRegion()
H A Dview_abstract_model_impl.cpp1251 if (ViewStackProcessor::GetInstance()->HasClickGestureListenerComponent()) { in SetResponseRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h77 bool HasClickGestureListenerComponent() const;
H A Dview_stack_processor.cpp310 bool ViewStackProcessor::HasClickGestureListenerComponent() const in HasClickGestureListenerComponent() function in OHOS::Ace::Framework::ViewStackProcessor