Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.h77 return isPlayByController_; in GetPlayByController()
211 bool isPlayByController_ = false; variable
H A Dmovingphoto_pattern.cpp182 if (currentPlayStatus_ == PlaybackStatus::STARTED || !isPrepared_ || isPlayByController_) { in HandleLongPress()
216 if (!isPrepared_ || isPlayByController_) { in HandleTouchEvent()
848 isPlayByController_ = false; in OnMediaPlayerStoped()
854 if (isPlayByController_ || autoAndRepeatLevel_ != PlaybackMode::NONE) { in OnMediaPlayerCompletion()
855 isPlayByController_ = false; in OnMediaPlayerCompletion()
911 isPlayByController_ = true; in StartPlayback()
980 isPlayByController_ = false; in StopPlayback()
1000 isPlayByController_ = false; in PausePlayback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp879 movingphotoPattern->isPlayByController_ = false;