Home
last modified time | relevance | path

Searched refs:swiperId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_node.h41 return swiperId_.has_value(); in HasSwiperNode()
56 if (!swiperId_.has_value()) { in GetSwiperId()
57 swiperId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetSwiperId()
59 return swiperId_.value(); in GetSwiperId()
93 std::optional<int32_t> swiperId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.h46 return swiperId_.has_value(); in HasSwiperNode()
71 if (!swiperId_.has_value()) { in GetSwiperId()
72 swiperId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetSwiperId()
74 return swiperId_.value(); in GetSwiperId()
157 std::optional<int32_t> swiperId_; variable
H A Dtabs_node.cpp113 if (!swiperId_.has_value()) { in Scrollable()
116 auto swiperNode = GetFrameNode(V2::SWIPER_ETS_TAG, swiperId_.value()); in Scrollable()
125 if (!swiperId_.has_value()) { in GetAnimationDuration()
128 auto swiperNode = GetFrameNode(V2::SWIPER_ETS_TAG, swiperId_.value()); in GetAnimationDuration()
137 if (!swiperId_.has_value()) { in GetIndex()
140 auto swiperNode = GetFrameNode(V2::SWIPER_ETS_TAG, swiperId_.value()); in GetIndex()
287 if (!swiperId_.has_value()) { in GetEdgeEffect()
290 auto swiperNode = GetFrameNode(V2::SWIPER_ETS_TAG, swiperId_.value()); in GetEdgeEffect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp388 frameNode_->swiperId_ = std::nullopt;