Home
last modified time | relevance | path

Searched refs:HasLeftButtonNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_node.h44 bool HasLeftButtonNode() const in HasLeftButtonNode() function
80 CHECK_NULL_VOID(HasLeftButtonNode()); in RemoveLeftButtonNode()
H A Dstepper_layout_algorithm.cpp114 CHECK_NULL_VOID(hostNode->HasLeftButtonNode()); in MeasureLeftButton()
275 CHECK_NULL_VOID(hostNode->HasLeftButtonNode()); in SuitAgeLayoutButton()
320 auto hasButtonNode = isRight ? hostNode->HasRightButtonNode() : hostNode->HasLeftButtonNode(); in CaluateButtonHeight()
353 CHECK_NULL_VOID(hostNode->HasLeftButtonNode()); in LayoutLeftButton()
H A Dstepper_pattern.cpp111 } else if (!hostNode->HasLeftButtonNode()) { in UpdateOrCreateLeftButtonNode()
466 if (hostNode->HasLeftButtonNode()) { in InitButtonClickEvent()
594 if (hostNode->HasLeftButtonNode()) { in GetFocusNode()
613 return hostNode->HasLeftButtonNode() ? leftFocusHub_ : rightFocusHub; in GetFocusNode()
616 if (curFocusNode == rightFocusHub && !hostNode->HasLeftButtonNode()) { in GetFocusNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h292 bool HasLeftButtonNode() const in HasLeftButtonNode() function
337 CHECK_NULL_VOID(HasLeftButtonNode()); in RemoveLeftButtonNode()
H A Dswiper_pattern.cpp291 …t number = static_cast<uint32_t>(HasIndicatorNode()) + static_cast<uint32_t>(HasLeftButtonNode()) + in InitCapture()
725 if (HasLeftButtonNode()) { in FlushFocus()
803 if (HasLeftButtonNode()) { in PreviousFocus()
818 if (!HasLeftButtonNode() || (!IsLoop() && GetLoopIndex(currentIndex_) == 0) || in PreviousFocus()
2119 if (!HasLeftButtonNode() && !HasRightButtonNode()) { in InitArrow()
4039 if (HasLeftButtonNode()) { in RealTotalCount()
4609 if (HasLeftButtonNode() && HasRightButtonNode()) { in ArrowHover()
4754 if (!HasLeftButtonNode() || !HasRightButtonNode() || !HasIndicatorNode()) { in CheckAndSetArrowHoverState()
H A Dswiper_layout_algorithm.cpp82 if (swiperPattern->HasLeftButtonNode() && swiperPattern->HasRightButtonNode()) { in IndicatorAndArrowMeasure()
970 if (swiperPattern->HasLeftButtonNode() && swiperPattern->HasRightButtonNode()) { in LayoutSwiperIndicator()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp325 EXPECT_FALSE(oldhostNode->HasLeftButtonNode());
1404 CHECK_NULL_VOID(hostNode->HasLeftButtonNode());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp91 if (pattern_->HasLeftButtonNode()) { in GetInstance()