Home
last modified time | relevance | path

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

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