Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_edge_effect_base.h79 void SetLeadingCallback(const EdgeCallback& leadingCallback) in SetLeadingCallback() function
H A Drender_scroll.cpp435 scrollEffect_->SetLeadingCallback([weakScroll = AceType::WeakClaim(this)]() { in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_edge_effect_base.h79 void SetLeadingCallback(const EdgeCallback& leadingCallback) in SetLeadingCallback() function
H A Dscroll_pattern.cpp653 scrollEffect->SetLeadingCallback([weakScroll = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp416 scrollEffect_->SetLeadingCallback([weak = AceType::WeakClaim(this)]() { in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp561 scrollEffect->SetLeadingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1640 scrollEffect->SetLeadingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1908 scrollEffect_->SetLeadingCallback([weak = AceType::WeakClaim(this)]() { in ResetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp955 scrollEffect->SetLeadingCallback([weak = AceType::WeakClaim(this)]() -> double { in SetEdgeEffectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2682 scrollEffect->SetLeadingCallback(leadingCallback); in SetEdgeEffectCallback()