Home
last modified time | relevance | path

Searched defs:showIndicator (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp35 SwiperComponent::SwiperComponent(const std::list<RefPtr<Component>>& children, bool showIndicator) in SwiperComponent()
203 void SwiperComponent::SetShowIndicator(bool showIndicator) in SetShowIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.cpp86 void FfiOHOSAceFrameworkSwiperSetIndicator(bool showIndicator) in FfiOHOSAceFrameworkSwiperSetIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp87 void SwiperModelImpl::SetShowIndicator(bool showIndicator) in SetShowIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp112 void SwiperModelNG::SetShowIndicator(bool showIndicator) in SetShowIndicator()
580 void SwiperModelNG::SetShowIndicator(FrameNode* frameNode, bool showIndicator) in SetShowIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h374 void SetShowIndicator(bool showIndicator) in SetShowIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp728 bool showIndicator = false; in SetIndicator() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp771 bool showIndicator = indicator == 1 ? true : false; in SetSwiperIndicator() local