Home
last modified time | relevance | path

Searched refs:SetScrollSnapAlign (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_event_test_ng.cpp288 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
372 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
453 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
528 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
560 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
626 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
689 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
814 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
838 model.SetScrollSnapAlign(V2::ScrollSnapAlign::NONE);
900 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
[all …]
H A Dlist_attr_test_ng.cpp42 model.SetScrollSnapAlign(scrollSnapAlign); in CreateSnapList()
74 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
106 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
128 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
142 model.SetScrollSnapAlign(V2::ScrollSnapAlign::NONE);
1185 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
1214 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
1245 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
1305 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
1490 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
[all …]
H A Dlist_layout_test_ng.cpp145 model.SetScrollSnapAlign(V2::ScrollSnapAlign::CENTER);
485 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
506 model.SetScrollSnapAlign(V2::ScrollSnapAlign::END);
531 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
H A Dlist_scroller_event_test_ng.cpp582 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp251 void SetScrollSnapAlign(NodeHandle node, int32_t scrollSnapAlign) in SetScrollSnapAlign() function
255 ListModelNG::SetScrollSnapAlign(frameNode, static_cast<V2::ScrollSnapAlign>(scrollSnapAlign)); in SetScrollSnapAlign()
262 ListModelNG::SetScrollSnapAlign(frameNode, V2::ScrollSnapAlign::NONE); in ResetScrollSnapAlign()
367 SetAlignListItem, ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, in GetListModifier()
H A Dnode_list_modifier.cpp392 void SetScrollSnapAlign(ArkUINodeHandle node, ArkUI_Int32 scrollSnapAlign) in SetScrollSnapAlign() function
396 ListModelNG::SetScrollSnapAlign(frameNode, static_cast<V2::ScrollSnapAlign>(scrollSnapAlign)); in SetScrollSnapAlign()
403 ListModelNG::SetScrollSnapAlign(frameNode, V2::ScrollSnapAlign::NONE); in ResetScrollSnapAlign()
712 …ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentS… in GetListModifier()
742 …ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentS… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h53 void SetScrollSnapAlign(V2::ScrollSnapAlign scrollSnapAlign) override;
115 static void SetScrollSnapAlign(FrameNode* frameNode, V2::ScrollSnapAlign scrollSnapAlign);
H A Dlist_model.h83 virtual void SetScrollSnapAlign(V2::ScrollSnapAlign scrollSnapAlign) {}; in SetScrollSnapAlign() function
H A Dlist_model_ng.cpp219 void ListModelNG::SetScrollSnapAlign(V2::ScrollSnapAlign scrollSnapAlign) in SetScrollSnapAlign() function in OHOS::Ace::NG::ListModelNG
705 void ListModelNG::SetScrollSnapAlign(FrameNode* frameNode, V2::ScrollSnapAlign scrollSnapAlign) in SetScrollSnapAlign() function in OHOS::Ace::NG::ListModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.h77 static void SetScrollSnapAlign(int32_t scrollSnapAlign);
H A Djs_list.cpp410 void JSList::SetScrollSnapAlign(int32_t scrollSnapAlign) in SetScrollSnapAlign() function in OHOS::Ace::Framework::JSList
418 ListModel::GetInstance()->SetScrollSnapAlign(param); in SetScrollSnapAlign()
858 JSClass<JSList>::StaticMethod("scrollSnapAlign", &JSList::SetScrollSnapAlign); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h61 static ArkUINativeModuleValue SetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp601 ArkUINativeModuleValue ListBridge::SetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollSnapAlign() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp4999 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetScrollSnapAlign)); in RegisterListAttributes()