Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_edge_effect_base.h84 void SetTrailingCallback(const EdgeCallback& trainingCallback) in SetTrailingCallback() function
H A Drender_scroll.cpp444 scrollEffect_->SetTrailingCallback([weakScroll = AceType::WeakClaim(this)]() { in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_edge_effect_base.h84 void SetTrailingCallback(const EdgeCallback& trainingCallback) in SetTrailingCallback() function
H A Dscroll_pattern.cpp660 scrollEffect->SetTrailingCallback([weakScroll = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp424 scrollEffect_->SetTrailingCallback([weak = AceType::WeakClaim(this)]() { return 0.0; }); in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp566 scrollEffect->SetTrailingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1645 scrollEffect->SetTrailingCallback([]() -> double { return 0.0; }); in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1916 scrollEffect_->SetTrailingCallback([weak = AceType::WeakClaim(this)]() { return 0.0; }); in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp962 scrollEffect->SetTrailingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2683 scrollEffect->SetTrailingCallback(trailingCallback); in SetEdgeEffectCallback()