Home
last modified time | relevance | path

Searched refs:GetIndicatorInteractive (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h141 static bool GetIndicatorInteractive(FrameNode* frameNode);
H A Dswiper_model_ng.cpp850 bool SwiperModelNG::GetIndicatorInteractive(FrameNode* frameNode) in GetIndicatorInteractive() function in OHOS::Ace::NG::SwiperModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp431 ArkUI_Int32 GetIndicatorInteractive(ArkUINodeHandle node) in GetIndicatorInteractive() function
435 return static_cast<ArkUI_Int32>(SwiperModelNG::GetIndicatorInteractive(frameNode)); in GetIndicatorInteractive()
1173 GetIndicatorInteractive }; in GetSwiperModifier()