Home
last modified time | relevance | path

Searched refs:borderWidthBottom (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.h65 float borderWidthBottom = 0.0f; in CalcIndicatrFrameOffSet() local
80 borderWidthBottom = GET_BORDER_PROPERTY_VALUE_PX(borderWidthProperty->bottomDimen); in CalcIndicatrFrameOffSet()
101 borderWidthTop, borderWidthBottom, in CalcIndicatrFrameOffSet()
170 float borderWidthTop, float borderWidthBottom, in CalcIndicatrOffsetY() argument
179 … offsetY = swiperHeight - indicatorHeight - bottomValue - swiperPaddingBottom - borderWidthBottom; in CalcIndicatrOffsetY()
182 offsetY = swiperHeight - indicatorHeight - swiperPaddingBottom - borderWidthBottom; in CalcIndicatrOffsetY()
184 offsetY = (swiperHeight - swiperPaddingBottom - borderWidthBottom + in CalcIndicatrOffsetY()