Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h64 float borderWidthTop = 0.0f; in CalcIndicatrFrameOffSet() local
79 borderWidthTop = GET_BORDER_PROPERTY_VALUE_PX(borderWidthProperty->topDimen); in CalcIndicatrFrameOffSet()
101 borderWidthTop, borderWidthBottom, in CalcIndicatrFrameOffSet()
170 float borderWidthTop, float borderWidthBottom, in CalcIndicatrOffsetY() argument
176 offsetY = topValue + swiperPaddingTop + borderWidthTop; in CalcIndicatrOffsetY()
185 swiperPaddingTop + borderWidthTop - indicatorHeight) * 0.5f; in CalcIndicatrOffsetY()