Home
last modified time | relevance | path

Searched refs:ResetContentStartOffset (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.h78 ResetContentStartOffset(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp272 void ResetContentStartOffset(NodeHandle node) in ResetContentStartOffset() function
368 SetContentStartOffset, ResetContentStartOffset, SetContentEndOffset, ResetContentEndOffset, in GetListModifier()
H A Dnode_list_modifier.cpp413 void ResetContentStartOffset(ArkUINodeHandle node) in ResetContentStartOffset() function
712 …ListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentStartOffset, in GetListModifier()
742 …ListItem, SetScrollSnapAlign, ResetScrollSnapAlign, SetContentStartOffset, ResetContentStartOffset, in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h64 static ArkUINativeModuleValue ResetContentStartOffset(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp643 ArkUINativeModuleValue ListBridge::ResetContentStartOffset(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetContentStartOffset() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5005 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetContentStartOffset)); in RegisterListAttributes()