Home
last modified time | relevance | path

Searched refs:isLeftArrow (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.cpp1314 auto isLeftArrow = arrowWrapper->GetHostTag() == V2::SWIPER_LEFT_ARROW_ETS_TAG; in ArrowLayout() local
1326 … startPoint = isLeftArrow ? (indicatorFrameRect.Left() - arrowFrameSize.Width() - indicatorPadding) in ArrowLayout()
1330 isLeftArrow in ArrowLayout()
1337 if (isLeftArrow && !NonNegative(arrowOffset.GetX() - padding.left.value_or(0.0f))) { in ArrowLayout()
1346 startPoint = isLeftArrow in ArrowLayout()
1360 startPoint = isLeftArrow ? (indicatorFrameRect.Top() - arrowFrameSize.Height() - in ArrowLayout()
1365 isLeftArrow in ArrowLayout()
1373 if (isLeftArrow && !NonNegative(arrowOffset.GetY() - padding.top.value_or(0.0f))) { in ArrowLayout()
1381 startPoint = isLeftArrow in ArrowLayout()