Home
last modified time | relevance | path

Searched refs:GetSwiperId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.cpp31 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in GetCurrentIndex()
43 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in GetBeginIndex()
55 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in GetEndIndex()
67 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in IsScrollable()
82 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in GetCollectionItemCounts()
94 …ast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(frameNode->GetSwiperId()))); in SetSpecificSupportAction()
H A Dstepper_node.cpp44 int32_t swiperId = GetSwiperId(); in AddChildToGroup()
53 int32_t swiperId = GetSwiperId(); in DeleteChildFromGroup()
H A Dstepper_pattern.cpp39 …icCast<FrameNode>(hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId()))); in OnModifyDone()
95 …icCast<FrameNode>(hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId()))); in UpdateIndexWithoutMeasure()
213 … auto swiperNode = hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId())); in UpdateLeftButtonNode()
237 … auto swiperNode = hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId())); in CreateRightButtonNode()
268 … auto swiperNode = hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId())); in CreateArrowRightButtonNode()
379 … auto swiperNode = hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId())); in CreateArrowlessRightButtonNode()
506 …icCast<FrameNode>(hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId()))); in HandlingLeftButtonClickEvent()
524 …icCast<FrameNode>(hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId()))); in HandlingRightButtonClickEvent()
552 …icCast<FrameNode>(hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId()))); in TotalCount()
583 … auto swiperNode = hostNode->GetChildAtIndex(hostNode->GetChildIndexById(hostNode->GetSwiperId())); in GetFocusNode()
H A Dstepper_model_ng.cpp36 auto swiperId = stepperNode->GetSwiperId(); in Create()
44 … stepperNode->GetChildAtIndex(stepperNode->GetChildIndexById(stepperNode->GetSwiperId()))); in Create()
H A Dstepper_node.h54 int32_t GetSwiperId() in GetSwiperId() function
H A Dstepper_layout_algorithm.cpp89 auto index = hostNode->GetChildIndexById(hostNode->GetSwiperId()); in MeasureSwiper()
337 auto index = hostNode->GetChildIndexById(hostNode->GetSwiperId()); in LayoutSwiper()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp150 …V2::SWIPER_ETS_TAG, frameNode_->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>();… in InitStepperTestNg()
260 …SWIPER_NODE_TAG, stepperNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }… in __anoncb3922bb0c02()
284 … SWIPER_NODE_TAG, frameNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb0e02()
332 … SWIPER_NODE_TAG, frameNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb1102()
422 … SWIPER_NODE_TAG, frameNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb1502()
466 … SWIPER_NODE_TAG, frameNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb1802()
529 … SWIPER_NODE_TAG, hostNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb1d02()
756 … SWIPER_NODE_TAG, frameNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb2802()
824 … SWIPER_NODE_TAG, hostNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb2c02()
877 … SWIPER_NODE_TAG, hostNode->GetSwiperId(), []() { return AceType::MakeRefPtr<SwiperPattern>(); }); in __anoncb3922bb2f02()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.h69 int32_t GetSwiperId() in GetSwiperId() function
H A Dtabs_model_ng.cpp158 auto swiperId = tabsNode->GetSwiperId(); in InitTabsNode()