Home
last modified time | relevance | path

Searched refs:ResetScrollSnapAlign (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_property.h80 ResetScrollSnapAlign(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp258 void ResetScrollSnapAlign(NodeHandle node) in ResetScrollSnapAlign() function
367 SetAlignListItem, ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, in GetListModifier()
H A Dnode_list_modifier.cpp399 void ResetScrollSnapAlign(ArkUINodeHandle node) in ResetScrollSnapAlign() function
712 …ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentS… in GetListModifier()
742 …ResetAlignListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentS… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h62 static ArkUINativeModuleValue ResetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp618 ArkUINativeModuleValue ListBridge::ResetScrollSnapAlign(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollSnapAlign() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5001 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetScrollSnapAlign)); in RegisterListAttributes()