Home
last modified time | relevance | path

Searched refs:GetLoop (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dmarquee_composed_element.cpp28 { "loop", [](const MarqueeComposedElement& inspector) { return inspector.GetLoop(); } }, in __anon3d91d74c0402()
41 DumpLog::GetInstance().AddDesc(std::string("loop: ").append(GetLoop())); in Dump()
72 std::string MarqueeComposedElement::GetLoop() const in GetLoop() function in OHOS::Ace::V2::MarqueeComposedElement
78 return std::to_string(render->GetLoop()); in GetLoop()
H A Dswiper_composed_element.cpp32 { "loop", [](const SwiperComposedElement& inspector) { return inspector.GetLoop(); } }, in __anon1f3bcfd60602()
57 DumpLog::GetInstance().AddDesc(std::string("loop: ").append(GetLoop())); in Dump()
125 std::string SwiperComposedElement::GetLoop() const in GetLoop() function in OHOS::Ace::V2::SwiperComposedElement
128 auto loop = renderSwiper ? renderSwiper->GetLoop() : true; in GetLoop()
H A Dmarquee_composed_element.h37 std::string GetLoop() const;
H A Dswiper_composed_element.h40 std::string GetLoop() const;
/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()
96 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction()
H A Dswiper_model_ng.h116 static bool GetLoop(FrameNode* frameNode);
H A Dswiper_pattern.cpp250 preLoop_ = props->GetLoop().value_or(true); in OnLoopChange()
254 if (preLoop_.value() && !props->GetLoop().value_or(true)) { in OnLoopChange()
258 if (preLoop_.value() != props->GetLoop().value_or(true) && in OnLoopChange()
262 preLoop_ = props->GetLoop().value_or(true); in OnLoopChange()
280 …bool hasCachedCapture = SwiperUtils::IsStretch(props) && props->GetLoop().value_or(true) && !IsSwi… in InitCapture()
3931 return props->GetLoop().value_or(true); in IsLoop()
4637 arrowProps->UpdateLoop(props->GetLoop().value_or(true)); in SaveArrowProperty()
/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()
98 bool isLoop = swiperLayoutProperty->GetLoop().value_or(true); in SetSpecificSupportAction()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/ringtone_player/
H A Dringtone_options_napi.h39 static napi_value GetLoop(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_options_napi.cpp56 DECLARE_NAPI_GETTER_SETTER("loop", GetLoop, SetLoop) in Init()
189 napi_value RingtoneOptionsNapi::GetLoop(napi_env env, napi_callback_info info) in GetLoop() function in OHOS::Media::RingtoneOptionsNapi
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.h47 int32_t GetLoop() const in GetLoop() function
H A Dmarquee_component.h115 int32_t GetLoop() const in GetLoop() function
H A Drender_marquee.cpp210 loop_ = marquee->GetLoop(); in Update()
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Daudio_player_napi.h50 static napi_value GetLoop(napi_env env, napi_callback_info info);
H A Dvideo_player_napi.h118 static napi_value GetLoop(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp118 UpdateLoop(videoPattern->GetLoop()); in UpdateState()
H A Dvideo_pattern.h99 bool GetLoop() const in GetLoop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.h119 bool GetLoop() const in GetLoop() function
H A Ddom_chart.cpp505 if (chartOptions_.GetLoop() && position_ > chartOptions_.GetXAxis().max - 1) { in UpdateChartData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp176 auto repeatCount = paintProperty->GetLoop().value_or(DEFAULT_MARQUEE_LOOP); in StartMarqueeAnimation()
424 auto loop = paintProperty->GetLoop().value_or(DEFAULT_MARQUEE_LOOP); in OnlyPlayStatusChange()
464 loop_ = paintProperty->GetLoop().value_or(DEFAULT_MARQUEE_LOOP); in StoreProperties()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
H A Dmarquee_test_ng.cpp184 EXPECT_EQ(marqueePaintProperty->GetLoop(), MARQUEE_LOOP);
313 EXPECT_EQ(marqueePaintProperty->GetLoop(), MARQUEE_LOOP);
343 EXPECT_EQ(marqueePaintProperty->GetLoop(), -1);
1057 EXPECT_EQ(castMarqueePaintProperty->GetLoop(), 2);
1646 EXPECT_EQ(marqueePaintProperty->GetLoop(), MARQUEE_LOOP);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h289 bool GetLoop() const in GetLoop() function
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp70 DECLARE_NAPI_GETTER_SETTER("loop", GetLoop, SetLoop), in Init()
705 napi_value AudioPlayerNapi::GetLoop(napi_env env, napi_callback_info info) in GetLoop() function in OHOS::Media::AudioPlayerNapi
H A Dvideo_player_napi.cpp113 DECLARE_NAPI_GETTER_SETTER("loop", GetLoop, SetLoop), in Init()
1086 napi_value VideoPlayerNapi::GetLoop(napi_env env, napi_callback_info info) in GetLoop() function in OHOS::Media::VideoPlayerNapi
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_test_ng.cpp724 ASSERT_FALSE(layoutProperty_->GetLoop().value_or(true));

12