Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp649 if (NearZero(indicatorPointOffset_)) { in GetIndicatorPointMoveOffset()
654 double move = indicatorPointOffset_ * swiperIndicatorData_.indicatorItemData[index].radius; in GetIndicatorPointMoveOffset()
H A Drender_swiper.h405 double indicatorPointOffset_ = 0.0; // [0.0, 1.0) variable
H A Drender_swiper.cpp2891 indicatorPointOffset_ = offset * animationDirect_; in UpdateIndicatorPointPosition()