Home
last modified time | relevance | path

Searched refs:GetNormalToHoverIndex (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_modifier.h195 std::optional<int32_t> GetNormalToHoverIndex() in GetNormalToHoverIndex() function
H A Ddot_indicator_paint_method.cpp184 if (dotIndicatorModifier_->GetNormalToHoverIndex() != hoverIndex_) { in PaintHoverIndicator()
185 … dotIndicatorModifier_->SetHoverToNormalIndex(dotIndicatorModifier_->GetNormalToHoverIndex()); in PaintHoverIndicator()