Home
last modified time | relevance | path

Searched refs:movingPhotoPattern (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.cpp68 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); in SetImageSrc() local
69 CHECK_NULL_VOID(movingPhotoPattern); in SetImageSrc()
77 int64_t currentDateModified = movingPhotoPattern->GetCurrentDateModified(); in SetImageSrc()
83 movingPhotoPattern->UpdateCurrentDateModified(dateModified); in SetImageSrc()
88 imageSrc += "?date_modified=" + std::to_string(movingPhotoPattern->GetCurrentDateModified()); in SetImageSrc()
104 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); in SetMuted() local
105 movingPhotoPattern->UpdateMuted(value); in SetMuted()
171 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); in AutoPlayPeriod() local
172 CHECK_NULL_VOID(movingPhotoPattern); in AutoPlayPeriod()
173 movingPhotoPattern in AutoPlayPeriod()
180 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); AutoPlay() local
189 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); RepeatPlay() local
198 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); EnableAnalyzer() local
207 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); SetImageAIOptions() local
[all...]
H A Dmovingphoto_pattern.cpp346 auto movingPhotoPattern = weak.Upgrade(); in UpdateVideoNode()
347 CHECK_NULL_VOID(movingPhotoPattern); in UpdateVideoNode()
348 ContainerScope scope(movingPhotoPattern->instanceId_); in UpdateVideoNode()
349 movingPhotoPattern->PrepareMediaPlayer(); in UpdateVideoNode()
350 movingPhotoPattern->UpdateMediaPlayerSpeed(); in UpdateVideoNode()
351 movingPhotoPattern->UpdateMediaPlayerMuted(); in UpdateVideoNode()
390 auto movingPhotoPattern = weak.Upgrade(); in PrepareMediaPlayer()
391 CHECK_NULL_VOID(movingPhotoPattern); in PrepareMediaPlayer()
392 movingPhotoPattern->ResetMediaPlayer(); in PrepareMediaPlayer()
431 auto movingPhotoPattern in RegisterMediaPlayerEvent() local
971 auto movingPhotoPattern = WeakClaim(this); StartAnimation() local
1056 auto movingPhotoPattern = WeakClaim(this); StopAnimation() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp131 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); in CreateMovingPhotoNode() local
132 CHECK_NULL_RETURN(movingPhotoPattern, nullptr); in CreateMovingPhotoNode()
133 EXPECT_CALL(*(AceType::DynamicCast<MockMediaPlayer>(movingPhotoPattern->mediaPlayer_)), IsMediaPlayerValid()) in CreateMovingPhotoNode()
194 auto movingPhotoPattern = frameNode->GetPattern<MovingPhotoPattern>(); in HWTEST_F() local
195 ASSERT_NE(movingPhotoPattern, nullptr); in HWTEST_F()
197 EXPECT_EQ(movingPhotoPattern->GetMuted(), MUTED_VALUE); in HWTEST_F()
290 auto movingPhotoPattern = frameNode->GetPattern<MovingPhotoPattern>(); in HWTEST_F() local
291 ASSERT_NE(movingPhotoPattern, nullptr); in HWTEST_F()
292 auto movingPhotoLayoutAlgorithm = movingPhotoPattern->CreateLayoutAlgorithm(); in HWTEST_F()
349 auto movingPhotoPattern in HWTEST_F() local
570 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); HWTEST_F() local
626 auto movingPhotoPattern = frameNode->GetPattern<MovingPhotoPattern>(); HWTEST_F() local
650 auto movingPhotoPattern = frameNode->GetPattern<MovingPhotoPattern>(); HWTEST_F() local
750 auto movingPhotoPattern = AceType::DynamicCast<MovingPhotoPattern>(frameNode->GetPattern()); HWTEST_F() local
[all...]

Completed in 4 milliseconds