Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h126 static bool GetShowIndicator(FrameNode* frameNode);
H A Dswiper_model_ng.cpp736 bool SwiperModelNG::GetShowIndicator(FrameNode* frameNode) in GetShowIndicator() function in OHOS::Ace::NG::SwiperModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp981 EXPECT_TRUE(layoutProperty->GetShowIndicator());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp901 return static_cast<ArkUI_Int32>(SwiperModelNG::GetShowIndicator(frameNode)); in GetSwiperShowIndicator()