Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp501 if (historyAutoAndRepeatLevel_ == PlaybackMode::AUTO) { in UpdatePlayMode()
528 autoAndRepeatLevel_ = historyAutoAndRepeatLevel_; in MediaResetToPlay()
534 SelectPlaybackMode(historyAutoAndRepeatLevel_); in MediaResetToPlay()
904 if (historyAutoAndRepeatLevel_ != PlaybackMode::NONE && in VisiblePlayback()
906 SelectPlaybackMode(historyAutoAndRepeatLevel_); in VisiblePlayback()
949 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StartAnimation()
988 [imageRsContext, videoRsContext, repeatFlag = historyAutoAndRepeatLevel_]() { in StartAnimation()
1006 if (historyAutoAndRepeatLevel_ != PlaybackMode::REPEAT) { in StopPlayback()
1031 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StopAnimation()
1085 if (historyAutoAndRepeatLevel_ in StopAnimationCallback()
[all...]
H A Dmovingphoto_pattern.h235 PlaybackMode historyAutoAndRepeatLevel_ = PlaybackMode::NONE; member in OHOS::Ace::NG::MovingPhotoPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp909 PlaybackMode oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_; in HWTEST_F()
913 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, oldHistoryAutoAndRepeatLevel_); in HWTEST_F()
917 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::AUTO); in HWTEST_F()
983 PlaybackMode oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_; in HWTEST_F()
987 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, oldHistoryAutoAndRepeatLevel_); in HWTEST_F()
991 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::REPEAT); in HWTEST_F()
999 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::REPEAT); in HWTEST_F()

Completed in 5 milliseconds