Home
last modified time | relevance | path

Searched refs:GetScrollEdgeEffect (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_effect_test_ng.cpp48 springEffect = AceType::DynamicCast<ScrollSpringEffect>(pattern_->GetScrollEdgeEffect()); in HWTEST_F()
95 springEffect = AceType::DynamicCast<ScrollSpringEffect>(pattern_->GetScrollEdgeEffect()); in HWTEST_F()
136 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
235 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
274 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
325 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
370 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp1009 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
1029 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
1053 RefPtr<ScrollEdgeEffect> scrollEdgeEffect = pattern_->GetScrollEdgeEffect(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp295 ArkUI_Int32 GetScrollEdgeEffect(ArkUINodeHandle node, ArkUI_Int32 (*values)[2]) in GetScrollEdgeEffect() function
571 ResetScrollScrollBarWidth, GetScrollEdgeEffect, in GetScrollModifier()
627 GetScrollEdgeEffect, in GetCJUIScrollModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp53 if (GetScrollEdgeEffect()) { in UpdateCurrentOffset()
188 auto scrollEffect = GetScrollEdgeEffect(); in CreateNodePaintMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h180 const RefPtr<ScrollEdgeEffect>& GetScrollEdgeEffect() const in GetScrollEdgeEffect() function in OHOS::Ace::NG::ScrollablePattern
H A Dscrollable_pattern.cpp3208 auto edgeEffect = GetScrollEdgeEffect(); in CheckRestartSpring()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp323 auto scrollEffect = GetScrollEdgeEffect(); in CreateNodePaintMethod()
2013 auto scrollEffect = AceType::DynamicCast<ScrollSpringEffect>(GetScrollEdgeEffect());
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp1907 pattern_->GetScrollEdgeEffect()->ProcessScrollOver(-2000.0f); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp74 auto scrollEffect = GetScrollEdgeEffect(); in CreateNodePaintMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp104 auto scrollEffect = GetScrollEdgeEffect(); in CreateNodePaintMethod()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp1839 pattern_->GetScrollEdgeEffect()->ProcessScrollOver(-2000.0f); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp5239 const ArkUI_AttributeItem* GetScrollEdgeEffect(ArkUI_NodeHandle node) in GetScrollEdgeEffect() function
13796 GetScrollScrollable, GetScrollEdgeEffect, GetScrollEnableScrollInteraction, GetScrollFriction, in GetScrollAttribute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp264 AceType::MakeRefPtr<TextFieldOverlayModifier>(WeakClaim(this), GetScrollEdgeEffect()); in CreateNodePaintMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8020 WeakClaim(this), GetScrollBarOverlayModifier(), GetScrollEdgeEffect());

Completed in 76 milliseconds