Home
last modified time | relevance | path

Searched refs:borderWidthLeft (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.h62 float borderWidthLeft = 0.0f; in CalcIndicatrFrameOffSet() local
77 borderWidthLeft = GET_BORDER_PROPERTY_VALUE_PX(borderWidthProperty->leftDimen); in CalcIndicatrFrameOffSet()
98 borderWidthLeft, borderWidthRight, in CalcIndicatrFrameOffSet()
147 float borderWidthLeft, float borderWidthRight, in CalcIndicatrOffSetX() argument
153 offsetX = leftValue + swiperPaddingLeft + borderWidthLeft; in CalcIndicatrOffSetX()
160 swiperPaddingLeft + borderWidthLeft - indicatorWidth) * 0.5f; in CalcIndicatrOffSetX()