Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h111 inBarRegionCallback_ = std::move(inBarRegionCallback); in SetInBarRegionCallback()
116 … return inBarRegionCallback_ && barCollectTouchTarget_ && inBarRegionCallback_(localPoint, source); in InBarRegion()
187 InBarRegionCallback inBarRegionCallback_; variable