Home
last modified time | relevance | path

Searched refs:swiperFrameSize (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.cpp1188 SizeF swiperFrameSize = swiperNode->GetGeometryNode()->GetFrameSize(); in CalculateCustomOffset() local
1211 … std::min(offset, swiperFrameSize.Width() - indicatorFrameSize.Width() - horizonOffset)); in CalculateCustomOffset()
1222 … std::min(offset, swiperFrameSize.Height() - indicatorFrameSize.Height() - verticleOffset)); in CalculateCustomOffset()
1271 auto swiperFrameSize = layoutGeometryNode->GetFrameSize(); in ArrowLayout() local
1342 … arrowOffset.SetX(swiperFrameSize.Width() - arrowFrameSize.Width() - padding.right.value_or(0.0f)); in ArrowLayout()
1348 … : (swiperFrameSize.Width() - padding.right.value_or(0.0f) - arrowFrameSize.Width() - in ArrowLayout()
1351 …arrowOffset.SetY((swiperFrameSize.Height() - padding.top.value_or(0.0f) - padding.bottom.value_or(… in ArrowLayout()
1377 swiperFrameSize.Height() - padding.bottom.value_or(0.0f))) { in ArrowLayout()
1378 …arrowOffset.SetY(swiperFrameSize.Height() - arrowFrameSize.Height() - padding.bottom.value_or(0.0f… in ArrowLayout()
1383 … : (swiperFrameSize.Height() - arrowFrameSize.Width() - padding.bottom.value_or(0.0f) - in ArrowLayout()
[all …]