Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h124 void SetMouseClickIndex(const std::optional<int32_t>& mouseClickIndex) in SetMouseClickIndex() argument
126 mouseClickIndex_ = mouseClickIndex; in SetMouseClickIndex()
H A Ddot_indicator_paint_method.cpp201 auto mouseClickIndex = mouseClickIndex_.value(); in PaintHoverIndicator() local
203 mouseClickIndex = itemCount_ - 1 - mouseClickIndex_.value(); in PaintHoverIndicator()
206 static_cast<float>(INDICATOR_ITEM_SPACE.ConvertToPx()), mouseClickIndex); in PaintHoverIndicator()