Searched refs:SetScrollBy (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_modifier.cpp | 530 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 D | node_scroll_modifier.cpp | 484 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 D | list_model_ng.h | 127 static void SetScrollBy(FrameNode* frameNode, double x, double y);
|
H A D | list_model_ng.cpp | 758 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 D | list_scroller_test_ng.cpp | 2429 * @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 D | style_modifier.cpp | 5527 int32_t SetScrollBy(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetScrollBy() function 13785 SetScrollPage, SetScrollBy, SetScrollFling, SetScrollFadingEdge }; in SetScrollAttribute()
|
Completed in 36 milliseconds