Home
last modified time | relevance | path

Searched refs:HasTouchListenerComponent (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.cpp145 if (ViewStackProcessor::GetInstance()->HasTouchListenerComponent()) { in SetResponseRegion()
H A Dview_abstract_model_impl.cpp1256 if (ViewStackProcessor::GetInstance()->HasTouchListenerComponent()) { in SetResponseRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h74 bool HasTouchListenerComponent() const;
H A Dview_stack_processor.cpp271 bool ViewStackProcessor::HasTouchListenerComponent() const in HasTouchListenerComponent() function in OHOS::Ace::Framework::ViewStackProcessor