Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp531 autoAndRepeatLevel_ = historyAutoAndRepeatLevel_; in MediaResetToPlay()
537 SelectPlaybackMode(historyAutoAndRepeatLevel_); in MediaResetToPlay()
881 if (historyAutoAndRepeatLevel_ != PlaybackMode::NONE && in VisiblePlayback()
883 SelectPlaybackMode(historyAutoAndRepeatLevel_); in VisiblePlayback()
926 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StartAnimation()
983 if (historyAutoAndRepeatLevel_ != PlaybackMode::REPEAT) { in StopPlayback()
1008 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StopAnimation()
1073 historyAutoAndRepeatLevel_ = PlaybackMode::AUTO; in AutoPlay()
1121 historyAutoAndRepeatLevel_ = PlaybackMode::NONE; in RepeatPlay()
1126 historyAutoAndRepeatLevel_ = PlaybackMode::REPEAT; in RepeatPlay()
[all …]
H A Dmovingphoto_pattern.h221 PlaybackMode historyAutoAndRepeatLevel_ = PlaybackMode::NONE; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp906 PlaybackMode oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_;
910 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, oldHistoryAutoAndRepeatLevel_);
914 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::AUTO);
980 PlaybackMode oldHistoryAutoAndRepeatLevel_ = movingphotoPattern->historyAutoAndRepeatLevel_;
984 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, oldHistoryAutoAndRepeatLevel_);
988 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::REPEAT);
996 EXPECT_EQ(movingphotoPattern->historyAutoAndRepeatLevel_, PlaybackMode::REPEAT);