Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1039 auto leftCaptureSize = axis == Axis::VERTICAL ? geometryNode->GetMarginFrameSize().Height() in CaptureLayout() local
1041 auto leftPosition = itemPosition_.begin()->second.startPos - spaceWidth_ - leftCaptureSize; in CaptureLayout()
1058 …osition = contentMainSize_ - itemPosition_.rbegin()->second.endPos - spaceWidth_ - leftCaptureSize; in CaptureLayout()