Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h498 responseRegionFunc_ = func; in SetResponseRegionFunc()
526 if (responseRegionFunc_) { in AddResponseRect()
527 responseRegionFunc_(responseRegion_); in AddResponseRect()
828 OnReponseRegionFunc responseRegionFunc_; variable
H A Dgesture_event_hub.cpp1858 if (responseRegionFunc_) { in SetResponseRegion()
1859 responseRegionFunc_(responseRegion_); in SetResponseRegion()
1874 if (responseRegionFunc_) { in RemoveLastResponseRect()
1875 responseRegionFunc_(responseRegion_); in RemoveLastResponseRect()