Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h287 bool HasIndicatorNode() const in HasIndicatorNode() function
328 CHECK_NULL_VOID(HasIndicatorNode()); in RemoveIndicatorNode()
H A Dswiper_pattern.cpp291 …uint32_t number = static_cast<uint32_t>(HasIndicatorNode()) + static_cast<uint32_t>(HasLeftButtonN… in InitCapture()
462 if (HasIndicatorNode()) { in UpdateIndicatorOnChildChange()
807 if (HasIndicatorNode()) { in PreviousFocus()
829 if (HasIndicatorNode()) { in PreviousFocus()
853 if (HasIndicatorNode()) { in NextFocus()
862 if (HasIndicatorNode()) { in NextFocus()
2068 if (!HasIndicatorNode()) { in InitIndicator()
2617 if (!HasIndicatorNode()) { in InsideIndicatorRegion()
4036 if (IsShowIndicator() && HasIndicatorNode()) { in RealTotalCount()
4564 if (HasIndicatorNode()) { in OnTranslateFinish()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp87 if (pattern_->IsShowIndicator() && pattern_->HasIndicatorNode()) { in GetInstance()