Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h302 int32_t GetIndicatorId() in GetIndicatorId() function
331 swiperNode->RemoveChildAtIndex(swiperNode->GetChildIndexById(GetIndicatorId())); in RemoveIndicatorNode()
H A Dswiper_pattern.cpp466 …torNode = DynamicCast<FrameNode>(host->GetChildAtIndex(host->GetChildIndexById(GetIndicatorId()))); in UpdateIndicatorOnChildChange()
2072 … indicatorNode = FrameNode::GetOrCreateFrameNode(V2::SWIPER_INDICATOR_ETS_TAG, GetIndicatorId(), in InitIndicator()
2077 …namicCast<FrameNode>(swiperNode->GetChildAtIndex(swiperNode->GetChildIndexById(GetIndicatorId()))); in InitIndicator()
2085 … indicatorNode = FrameNode::GetOrCreateFrameNode(V2::SWIPER_INDICATOR_ETS_TAG, GetIndicatorId(), in InitIndicator()
2531 …o child = DynamicCast<FrameNode>(host->GetChildAtIndex(host->GetChildIndexById(GetIndicatorId()))); in CheckMarkDirtyNodeForRenderIndicator()
2623 …torNode = DynamicCast<FrameNode>(host->GetChildAtIndex(host->GetChildIndexById(GetIndicatorId()))); in InsideIndicatorRegion()
4565 …torNode = DynamicCast<FrameNode>(host->GetChildAtIndex(host->GetChildIndexById(GetIndicatorId()))); in OnTranslateFinish()
4771 leftNodeRect = GetArrowFrameRect(GetIndicatorId()); in CheckAndSetArrowHoverState()
4775 rightNodeRect = GetArrowFrameRect(GetIndicatorId()); in CheckAndSetArrowHoverState()
5833 …torNode = DynamicCast<FrameNode>(host->GetChildAtIndex(host->GetChildIndexById(GetIndicatorId()))); in SetIndicatorChangeIndexStatus()
[all …]