Home
last modified time | relevance | path

Searched defs:isLoop (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_accessibility_property.cpp71 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local
93 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local
Dswiper_layout_algorithm.h132 void SetIsLoop(bool isLoop) in SetIsLoop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_accessibility_property.cpp73 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local
98 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_node.h82 void SetIsLoop(bool isLoop) in SetIsLoop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.h79 void SetIsLoop(bool isLoop) in SetIsLoop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_indicator_pattern.cpp478 auto isLoop = swiperLayoutProperty->GetLoop().value_or(true); in CheckIsTouchBottom() local
524 auto isLoop = swiperLayoutProperty->GetLoop().value_or(true); in CheckIsTouchBottom() local
/foundation/multimedia/media_lite/services/player_lite/impl/
Dplayer_impl.cpp576 bool isLoop = (player_ == nullptr) ? false : isSingleLoop_; in IsSingleLooping() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drender_swiper.cpp2977 void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop) in StartIndicatorAnimation()