/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_accessibility_property.cpp | 74 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local 75 if (!isLoop && swiperPattern->TotalCount() <= 1) { in IsScrollable() 96 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local 99 if (!isLoop) { in SetSpecificSupportAction()
|
H A D | swiper_layout_algorithm.h | 139 void SetIsLoop(bool isLoop) in SetIsLoop() argument 141 isLoop_ = isLoop; in SetIsLoop()
|
H A D | swiper_pattern.cpp | 1353 auto isLoop = IsLoop(); in CalcVisibleIndex() local 1376 itemPosition_.find(index - 1) == itemPosition_.end() && (isLoop || index > 0)) { in CalcVisibleIndex() 1380 …itemPosition_.find(index + 1) == itemPosition_.end() && (isLoop || index < RealTotalCount() - 1)) { in CalcVisibleIndex() 1405 auto isLoop = IsLoop(); in CalculateAndUpdateItemInfo() local 1427 itemPosition_.find(index - 1) == itemPosition_.end() && (isLoop || index > 0)) { in CalculateAndUpdateItemInfo() 1432 …itemPosition_.find(index + 1) == itemPosition_.end() && (isLoop || index < RealTotalCount() - 1)) { in CalculateAndUpdateItemInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_accessibility_property.cpp | 73 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in IsScrollable() local 74 return (!isLoop && swiperPattern->TotalCount() <= 1) ? false : true; in IsScrollable() 98 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction() local 100 if (!isLoop) { in SetSpecificSupportAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 95 void SetIsLoop(bool isLoop) in SetIsLoop() argument 97 isLoop_ = isLoop; in SetIsLoop() 99 builder_->SetIsLoop(isLoop); in SetIsLoop()
|
H A D | repeat_virtual_scroll_node.h | 160 void SetIsLoop(bool isLoop) in SetIsLoop() argument 162 isLoop_ = isLoop; in SetIsLoop()
|
H A D | lazy_for_each_builder.h | 519 void SetIsLoop(bool isLoop) in SetIsLoop() argument 521 isLoop_ = isLoop; in SetIsLoop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 84 void SetIsLoop(bool isLoop) in SetIsLoop() argument 86 isLoop_ = isLoop; in SetIsLoop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_timepicker_modifier.cpp | 221 void SetTimepickerLoop(ArkUINodeHandle node, int isLoop) in SetTimepickerLoop() argument 225 TimePickerModelNG::SetWheelModeEnabled(frameNode, isLoop); in SetTimepickerLoop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 587 auto isLoop = swiperLayoutProperty->GetLoop().value_or(true); in CheckIsTouchBottom() local 600 if ((currentIndex <= 0) && !isLoop) { in CheckIsTouchBottom() 606 if ((currentIndex >= childrenSize - displayCount) && !isLoop) { in CheckIsTouchBottom()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
H A D | media_cached_buffer.cpp | 277 bool isLoop = true; in WriteMergerPre() local 278 while (isLoop) { in WriteMergerPre() 282 isLoop = false; in WriteMergerPre() 312 isLoop = false; in WriteMergerPre()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.h | 361 void SetCanLoop(bool isLoop);
|
H A D | textpicker_pattern.cpp | 1188 void TextPickerPattern::SetCanLoop(bool isLoop) in SetCanLoop() argument 1193 canloop_ = isLoop; in SetCanLoop() 1203 pickerColumnPattern->SetCanLoop(isLoop); in SetCanLoop()
|
H A D | textpicker_column_pattern.cpp | 1742 void TextPickerColumnPattern::SetCanLoop(bool isLoop) in SetCanLoop() argument 1744 if (isLoop_ == isLoop) { in SetCanLoop() 1748 isLoop_ = isLoop; in SetCanLoop() 1756 if (!isLoop && isTossStatus_) { in SetCanLoop()
|
H A D | textpicker_pattern.h | 374 void SetCanLoop(bool isLoop);
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/ |
H A D | player_impl.cpp | 576 bool isLoop = (player_ == nullptr) ? false : isSingleLoop_; in IsSingleLooping() local 577 return isLoop; in IsSingleLooping()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 222 void StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop = false);
|
H A D | render_swiper.cpp | 2934 void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop) in StartIndicatorAnimation() argument 2954 …double contentOffset = (animationDirect_ == INDICATOR_DIRECT_FORWARD) ? (isLoop ? nextItemOffset_ … in StartIndicatorAnimation() 2955 … : (isLoop ? prevItemOffset_ : nextItemOffset_); in StartIndicatorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.cpp | 1388 bool isLoop = true; in Loop() local 1390 isLoop = info[0]->ToBoolean(); in Loop() 1392 TimePickerModel::GetInstance()->SetWheelModeEnabled(isLoop); in Loop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1056 void (*setTimepickerLoop)(ArkUINodeHandle node, ArkUI_Bool isLoop);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2639 void (*setTimepickerLoop)(ArkUINodeHandle node, ArkUI_Bool isLoop);
|