Home
last modified time | relevance | path

Searched refs:isSetAutoPlayPeriod_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp223 if (isSetAutoPlayPeriod_ && (currentPlayStatus_ == PlaybackStatus::PLAYBACK_COMPLETE || in HandleLongPress()
225 isSetAutoPlayPeriod_ = false; in HandleLongPress()
835 if (!isSetAutoPlayPeriod_ && autoAndRepeatLevel_ == PlaybackMode::AUTO) { in OnMediaPlayerInitialized()
836 isSetAutoPlayPeriod_ = true; in OnMediaPlayerInitialized()
936 if (isSetAutoPlayPeriod_ && (currentPlayStatus_ == PlaybackStatus::PLAYBACK_COMPLETE || in StartPlayback()
1101 if (!isSetAutoPlayPeriod_ && (currentPlayStatus_ == PlaybackStatus::PLAYBACK_COMPLETE || in AutoPlay()
1103 isSetAutoPlayPeriod_ = true; in AutoPlay()
1135 if (!isFirstRepeatPlay_ && isSetAutoPlayPeriod_) { in StartRepeatPlay()
1210 if (isSetAutoPlayPeriod_ && (currentPlayStatus_ == PlaybackStatus::PLAYBACK_COMPLETE || in HandleImageAnalyzerPlayCallBack()
H A Dmovingphoto_pattern.h229 bool isSetAutoPlayPeriod_ = false; member in OHOS::Ace::NG::MovingPhotoPattern

Completed in 4 milliseconds