/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_event_test_ng.cpp | 288 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 D | list_attr_test_ng.cpp | 42 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 D | list_layout_test_ng.cpp | 145 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 D | list_scroller_event_test_ng.cpp | 582 model.SetScrollSnapAlign(V2::ScrollSnapAlign::START);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 251 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 D | node_list_modifier.cpp | 392 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 D | list_model_ng.h | 53 void SetScrollSnapAlign(V2::ScrollSnapAlign scrollSnapAlign) override; 115 static void SetScrollSnapAlign(FrameNode* frameNode, V2::ScrollSnapAlign scrollSnapAlign);
|
H A D | list_model.h | 83 virtual void SetScrollSnapAlign(V2::ScrollSnapAlign scrollSnapAlign) {}; in SetScrollSnapAlign() function
|
H A D | list_model_ng.cpp | 219 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 D | js_list.h | 77 static void SetScrollSnapAlign(int32_t scrollSnapAlign);
|
H A D | js_list.cpp | 410 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 D | arkts_native_list_bridge.h | 61 static ArkUINativeModuleValue SetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.cpp | 601 ArkUINativeModuleValue ListBridge::SetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollSnapAlign() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4999 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetScrollSnapAlign)); in RegisterListAttributes()
|