Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_accessibility_property.cpp74 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local
96 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local
Dswiper_layout_algorithm.h139 void SetIsLoop(bool isLoop) in SetIsLoop()
Dswiper_pattern.cpp1388 auto isLoop = IsLoop(); in CalcVisibleIndex() local
1440 auto isLoop = IsLoop(); in CalculateAndUpdateItemInfo() local
/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/
Drepeat_virtual_scroll_node.h160 void SetIsLoop(bool isLoop) in SetIsLoop()
Dlazy_for_each_node.h95 void SetIsLoop(bool isLoop) in SetIsLoop()
Dlazy_for_each_builder.h524 void SetIsLoop(bool isLoop) in SetIsLoop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.h84 void SetIsLoop(bool isLoop) in SetIsLoop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_arrow_pattern.cpp328 auto isLoop = swiperArrowLayoutProperty->GetLoopValue(true); in CheckHoverStatus() local
Dswiper_indicator_pattern.cpp582 auto isLoop = swiperLayoutProperty->GetLoop().value_or(true); in CheckIsTouchBottom() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_timepicker_modifier.cpp221 void SetTimepickerLoop(ArkUINodeHandle node, int isLoop) in SetTimepickerLoop()
/foundation/multimedia/media_lite/services/player_lite/impl/
Dplayer_impl.cpp576 bool isLoop = (player_ == nullptr) ? false : isSingleLoop_; in IsSingleLooping() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
Dmedia_cached_buffer.cpp277 bool isLoop = true; in WriteMergerPre() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_pattern.cpp1188 void TextPickerPattern::SetCanLoop(bool isLoop) in SetCanLoop()
Dtextpicker_column_pattern.cpp1778 void TextPickerColumnPattern::SetCanLoop(bool isLoop) in SetCanLoop()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_datepicker.cpp1388 bool isLoop = true; in Loop() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drender_swiper.cpp2934 void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop) in StartIndicatorAnimation()