Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.h158 disableSwipe_ = disableSwipe; in DisableSwipe()
163 return disableSwipe_; in GetDisableSwipe()
214 disableSwipe_ == swiper.disableSwipe_ &&
224 bool disableSwipe_ { false };
H A Drender_swiper.h148 disableSwipe_ = disableSwipe; in DisableSwipe()
153 return disableSwipe_; in GetDisableSwipe()
566 bool disableSwipe_ = false; variable
H A Drender_swiper.cpp246 disableSwipe_ = swiper->GetDisableSwipe(); in Update()
419 if (!disableSwipe_) { in Initialize()
607 if (dragDetector_ && !disableSwipe_) { in OnTouchTestHit()