Searched refs:nestedScrollOptions (Results 1 – 2 of 2) sorted by relevance
190 auto nestedScrollOptions = JsonUtil::Create(true); in ToJsonValue() local192 …nestedScrollOptions->Put("scrollForward", nestedScroll.GetNestedScrollModeStr(nestedScroll.forward… in ToJsonValue()193 …nestedScrollOptions->Put("scrollBackward", nestedScroll.GetNestedScrollModeStr(nestedScroll.backwa… in ToJsonValue()194 json->PutExtAttr("nestedScroll", nestedScrollOptions, filter); in ToJsonValue()2178 auto nestedScrollOptions = GetNestedScroll(); in HandleSelfOutBoundary() local2179 … auto nestedScroll = Positive(offset) ? nestedScrollOptions.backward : nestedScrollOptions.forward; in HandleSelfOutBoundary()
2357 auto nestedScrollOptions = JsonUtil::Create(true); in ToJsonValue() local2359 …nestedScrollOptions->Put("scrollForward", nestedScroll.GetNestedScrollModeStr(nestedScroll.forward… in ToJsonValue()2360 …nestedScrollOptions->Put("scrollBackward", nestedScroll.GetNestedScrollModeStr(nestedScroll.backwa… in ToJsonValue()2361 json->PutExtAttr("nestedScroll", nestedScrollOptions, filter); in ToJsonValue()