Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_edge_effect_base.h94 void SetInitTrailingCallback(const EdgeCallback& initTrainingCallback) in SetInitTrailingCallback() function
H A Drender_scroll.cpp462 scrollEffect_->SetInitTrailingCallback([weakScroll = AceType::WeakClaim(this)]() { in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_edge_effect_base.h94 void SetInitTrailingCallback(const EdgeCallback& initTrainingCallback) in SetInitTrailingCallback() function
H A Dscroll_pattern.cpp674 scrollEffect->SetInitTrailingCallback([weakScroll = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp432 scrollEffect_->SetInitTrailingCallback([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.cpp576 scrollEffect->SetInitTrailingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1651 scrollEffect->SetInitTrailingCallback([]() -> double { return 0.0; }); in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1924 scrollEffect_->SetInitTrailingCallback([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.cpp974 scrollEffect->SetInitTrailingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2685 scrollEffect->SetInitTrailingCallback(trailingCallback); in SetEdgeEffectCallback()