Home
last modified time | relevance | path

Searched defs:isLoop (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcombination_isscrollable.cpp57 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsComponentScrollable() local
73 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsComponentScrollable() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.cpp71 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local
96 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.cpp73 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local
95 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local
H A Dswiper_layout_algorithm.h123 void SetIsLoop(bool isLoop) in SetIsLoop() argument
H A Dswiper_pattern.cpp1372 auto isLoop = IsLoop(); in CalcVisibleIndex() local
1424 auto isLoop = IsLoop(); in CalculateAndUpdateItemInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.h159 void SetIsLoop(bool isLoop) in SetIsLoop() argument
H A Dlazy_for_each_node.h95 void SetIsLoop(bool isLoop) in SetIsLoop() argument
H A Dlazy_for_each_builder.h455 void SetIsLoop(bool isLoop) in SetIsLoop() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp345 auto isLoop = swiperArrowLayoutProperty->GetLoopValue(true); in SetButtonVisible() local
H A Dswiper_indicator_pattern.cpp589 auto isLoop = swiperLayoutProperty->GetLoop().value_or(true); in CheckIsTouchBottom() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_timepicker_modifier.cpp212 void SetTimepickerLoop(ArkUINodeHandle node, int isLoop) in SetTimepickerLoop() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h95 void SetIsLoop(bool isLoop) in SetIsLoop() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp272 bool isLoop = true; in WriteMergerPre() local
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp576 bool isLoop = (player_ == nullptr) ? false : isSingleLoop_; in IsSingleLooping() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1394 bool isLoop = true; in Loop() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp1141 void TextPickerPattern::SetCanLoop(bool isLoop) in SetCanLoop() argument
H A Dtextpicker_column_pattern.cpp1699 void TextPickerColumnPattern::SetCanLoop(bool isLoop) in SetCanLoop() argument
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2937 void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop) in StartIndicatorAnimation() argument

Completed in 35 milliseconds