Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h143 barCollectLongPressTarget_ = std::move(barCollectLongPressTarget); in SetBarCollectClickAndLongPressTargetCallback()
154 …return inBarRectRegionCallback_ && barCollectLongPressTarget_ && inBarRectRegionCallback_(localPoi… in InBarRectRegion()
161 if (barCollectLongPressTarget_) { in BarCollectLongPressTarget()
162 barCollectLongPressTarget_( in BarCollectLongPressTarget()
186 BarCollectTouchTargetCallback barCollectLongPressTarget_; variable