Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp324 double layoutPos = forwardLayout_ ? (startIndexOffset_ - forwardReferencePos_) : 0.0; in SetItemsPostion() local
336 auto offset = MakeValue<Offset>(layoutPos - headerSize, crossOffset); in SetItemsPostion()
348 auto offset = MakeValue<Offset>(layoutPos, i * laneCrossSize + crossOffset); in SetItemsPostion()
351 layoutPos += (rowSize + spaceWidth_); in SetItemsPostion()
354 layoutPos -= spaceWidth_; in SetItemsPostion()
356 endIndexOffset_ = layoutPos; in SetItemsPostion()
368 auto offset = MakeValue<Offset>(layoutPos, crossOffset); in SetItemsPostion()
473 … double layoutPos = forwardLayout_ ? (startIndexOffset_ - forwardReferencePos_) : spaceWidth_; in SetChainOffset() local
484 auto offset = MakeValue<Offset>(layoutPos - headerSize, crossOffset); in SetChainOffset()