Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h65 void UpdatePosWithCheck(int32_t index, PositionInfo posInfo) in UpdatePosWithCheck() function
H A Dlist_pattern.cpp1897 posMap_->UpdatePosWithCheck(index, { currentOffset_ + pos.startPos, height }); in CalculateCurrentOffset()