Home
last modified time | relevance | path

Searched refs:nestedScrollOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp190 auto nestedScrollOptions = JsonUtil::Create(true); in ToJsonValue() local
192nestedScrollOptions->Put("scrollForward", nestedScroll.GetNestedScrollModeStr(nestedScroll.forward… in ToJsonValue()
193nestedScrollOptions->Put("scrollBackward", nestedScroll.GetNestedScrollModeStr(nestedScroll.backwa… in ToJsonValue()
194 json->PutExtAttr("nestedScroll", nestedScrollOptions, filter); in ToJsonValue()
2178 auto nestedScrollOptions = GetNestedScroll(); in HandleSelfOutBoundary() local
2179 … auto nestedScroll = Positive(offset) ? nestedScrollOptions.backward : nestedScrollOptions.forward; in HandleSelfOutBoundary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2357 auto nestedScrollOptions = JsonUtil::Create(true); in ToJsonValue() local
2359nestedScrollOptions->Put("scrollForward", nestedScroll.GetNestedScrollModeStr(nestedScroll.forward… in ToJsonValue()
2360nestedScrollOptions->Put("scrollBackward", nestedScroll.GetNestedScrollModeStr(nestedScroll.backwa… in ToJsonValue()
2361 json->PutExtAttr("nestedScroll", nestedScrollOptions, filter); in ToJsonValue()