Home
last modified time | relevance | path

Searched defs:disableSwipe (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.h156 void DisableSwipe(bool disableSwipe) in DisableSwipe()
H A Drender_swiper.h146 void DisableSwipe(bool disableSwipe) in DisableSwipe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp162 void SwiperModelImpl::SetDisableSwipe(bool disableSwipe) in SetDisableSwipe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp182 void SwiperModelNG::SetDisableSwipe(bool disableSwipe) in SetDisableSwipe()
498 void SwiperModelNG::SetDisableSwipe(FrameNode* frameNode, bool disableSwipe) in SetDisableSwipe()
H A Dswiper_pattern.cpp402 bool disableSwipe = IsDisableSwipe(); in OnModifyDone() local
5318 void SwiperPattern::SetSwiperEventCallback(bool disableSwipe) in SetSwiperEventCallback()
5354 void SwiperPattern::UpdateSwiperPanEvent(bool disableSwipe) in UpdateSwiperPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp243 void TabsPattern::UpdateSwiperDisableSwipe(bool disableSwipe) in UpdateSwiperDisableSwipe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp196 void JSSwiper::SetDisableSwipe(bool disableSwipe) in SetDisableSwipe()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp1071 std::optional<bool> disableSwipe; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp590 void SetSwiperDisableSwipe(ArkUINodeHandle node, ArkUI_Bool disableSwipe) in SetSwiperDisableSwipe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js27968 disableSwipe(value) { method in ArkSwiperComponent