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 D | stepper_accessibility_property.cpp | 31 …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 D | stepper_node.cpp | 44 int32_t swiperId = GetSwiperId(); in AddChildToGroup() 53 int32_t swiperId = GetSwiperId(); in DeleteChildFromGroup()
|
H A D | stepper_pattern.cpp | 39 …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 D | stepper_model_ng.cpp | 36 auto swiperId = stepperNode->GetSwiperId(); in Create() 44 … stepperNode->GetChildAtIndex(stepperNode->GetChildIndexById(stepperNode->GetSwiperId()))); in Create()
|
H A D | stepper_node.h | 54 int32_t GetSwiperId() in GetSwiperId() function
|
H A D | stepper_layout_algorithm.cpp | 89 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 D | stepper_test_ng.cpp | 150 …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 D | tabs_node.h | 69 int32_t GetSwiperId() in GetSwiperId() function
|
H A D | tabs_model_ng.cpp | 158 auto swiperId = tabsNode->GetSwiperId(); in InitTabsNode()
|