Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_node.h49 bool HasRightButtonNode() const in HasRightButtonNode() function
87 CHECK_NULL_VOID(HasRightButtonNode()); in RemoveRightButtonNode()
H A Dstepper_layout_algorithm.cpp154 CHECK_NULL_VOID(hostNode->HasRightButtonNode()); in MeasureRightButton()
320 auto hasButtonNode = isRight ? hostNode->HasRightButtonNode() : hostNode->HasLeftButtonNode(); in CaluateButtonHeight()
389 CHECK_NULL_VOID(hostNode->HasRightButtonNode()); in LayoutRightButton()
H A Dstepper_pattern.cpp279 auto hasRightButton = hostNode->HasRightButtonNode(); in CreateArrowRightButtonNode()
388 auto hasRightButton = hostNode->HasRightButtonNode(); in CreateArrowlessRightButtonNode()
482 if (hostNode->HasRightButtonNode()) { in InitButtonClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h297 bool HasRightButtonNode() const in HasRightButtonNode() function
346 CHECK_NULL_VOID(HasRightButtonNode()); in RemoveRightButtonNode()
H A Dswiper_pattern.cpp292 static_cast<uint32_t>(HasRightButtonNode()) + 1; in InitCapture()
728 if (HasRightButtonNode()) { in FlushFocus()
857 if (HasRightButtonNode()) { in NextFocus()
876 … if (!HasRightButtonNode() || (!IsLoop() && GetLoopIndex(currentIndex_) == TotalCount() - 1) || in NextFocus()
2119 if (!HasLeftButtonNode() && !HasRightButtonNode()) { in InitArrow()
4042 if (HasRightButtonNode()) { 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.cpp404 EXPECT_FALSE(hostNode->HasRightButtonNode());
1401 CHECK_NULL_VOID(hostNode->HasRightButtonNode());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp95 if (pattern_->HasRightButtonNode()) { in GetInstance()