Home
last modified time | relevance | path

Searched refs:indicatorFrameRect (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.cpp1275 RectF indicatorFrameRect; in ArrowLayout() local
1283 indicatorFrameRect = indicatorGeometry->GetFrameRect(); in ArrowLayout()
1326 … startPoint = isLeftArrow ? (indicatorFrameRect.Left() - arrowFrameSize.Width() - indicatorPadding) in ArrowLayout()
1327 : (indicatorFrameRect.Right() + indicatorPadding); in ArrowLayout()
1331 ? (indicatorFrameRect.Left() - arrowFrameSize.Width() - in ArrowLayout()
1333 … : (indicatorFrameRect.Right() + swiperIndicatorTheme->GetArrowScale().ConvertToPx() - in ArrowLayout()
1344 …arrowOffset.SetY(indicatorFrameRect.Top() + (indicatorFrameSize.Height() - arrowFrameSize.Height()… in ArrowLayout()
1360 startPoint = isLeftArrow ? (indicatorFrameRect.Top() - arrowFrameSize.Height() - in ArrowLayout()
1366 … ? (indicatorFrameRect.Top() - arrowFrameSize.Height() - padding.top.value_or(0.0f) - in ArrowLayout()
1368 : (indicatorFrameRect.Bottom() + padding.bottom.value_or(0.0f) + in ArrowLayout()
[all …]