Home
last modified time | relevance | path

Searched refs:SetScrollBy (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp530 void SetScrollBy(ArkUINodeHandle node, ArkUI_Float64 x, ArkUI_Float64 y) in SetScrollBy() function
534 ListModelNG::SetScrollBy(frameNode, x, y); in SetScrollBy()
686 GetNodeAdapter, GetCachedCount, SetScrollToIndex, SetScrollBy, SetInitialIndex, ResetInitialIndex, in GetListModifier()
707 GetNodeAdapter, GetCachedCount, SetScrollToIndex, SetScrollBy, SetInitialIndex, ResetInitialIndex, in GetCJUIListModifier()
H A Dnode_scroll_modifier.cpp484 void SetScrollBy(ArkUINodeHandle node, ArkUI_Float64 x, ArkUI_Float64 y) in SetScrollBy() function
583 SetScrollBy, in GetScrollModifier()
648 SetScrollBy, in GetCJUIScrollModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h127 static void SetScrollBy(FrameNode* frameNode, double x, double y);
H A Dlist_model_ng.cpp758 void ListModelNG::SetScrollBy(FrameNode* frameNode, double x, double y) in SetScrollBy() function in OHOS::Ace::NG::ListModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp2429 * @tc.desc: Test List model ng SetScrollBy
2439 model.SetScrollBy(AceType::RawPtr(frameNode_), x, y); in HWTEST_F()
2442 model.SetScrollBy(AceType::RawPtr(frameNode_), x, 0.0); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp5527 int32_t SetScrollBy(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetScrollBy() function
13785 SetScrollPage, SetScrollBy, SetScrollFling, SetScrollFadingEdge }; in SetScrollAttribute()

Completed in 36 milliseconds