Lines Matching refs:MovingPhotoPattern
47 MovingPhotoPattern::MovingPhotoPattern(const RefPtr<MovingPhotoController>& controller)
51 void MovingPhotoPattern::OnModifyDone()
69 void MovingPhotoPattern::OnAttachToFrameNode()
116 void MovingPhotoPattern::OnDetachFromFrameNode(FrameNode* frameNode)
125 void MovingPhotoPattern::OnDetachFromMainTree()
134 void MovingPhotoPattern::OnRebuildFrame()
149 void MovingPhotoPattern::InitEvent()
180 void MovingPhotoPattern::LongPressEventModify(bool status)
200 void MovingPhotoPattern::HandleLongPress(GestureEvent& info)
233 void MovingPhotoPattern::HandleTouchEvent(TouchEventInfo& info)
266 void MovingPhotoPattern::UpdateImageNode()
310 void MovingPhotoPattern::RegisterImageEvent()
329 void MovingPhotoPattern::HandleImageCompleteEvent(const LoadImageSuccessEvent& info)
338 void MovingPhotoPattern::UpdateVideoNode()
356 void MovingPhotoPattern::PrepareMediaPlayer()
397 void MovingPhotoPattern::ResetMediaPlayer()
422 void MovingPhotoPattern::RegisterMediaPlayerEvent()
482 void MovingPhotoPattern::PrepareSurface()
497 void MovingPhotoPattern::UpdatePlayMode()
509 void MovingPhotoPattern::HandleImageAnalyzerMode()
526 void MovingPhotoPattern::MediaResetToPlay()
538 void MovingPhotoPattern::FireMediaPlayerImageComplete()
545 void MovingPhotoPattern::FireMediaPlayerStart()
556 void MovingPhotoPattern::FireMediaPlayerStop()
563 void MovingPhotoPattern::FireMediaPlayerPause()
570 void MovingPhotoPattern::FireMediaPlayerFinish()
577 void MovingPhotoPattern::FireMediaPlayerError()
584 void MovingPhotoPattern::OnResolutionChange()
600 void MovingPhotoPattern::OnStartRenderFrame()
605 void MovingPhotoPattern::OnStartedStatusCallback()
618 bool MovingPhotoPattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& dirty, const DirtySwapConfig& config)
672 SizeF MovingPhotoPattern::CalculateFitContain(const SizeF& rawSize, const SizeF& layoutSize)
688 SizeF MovingPhotoPattern::CalculateFitFill(const SizeF& layoutSize)
693 SizeF MovingPhotoPattern::CalculateFitCover(const SizeF& rawSize, const SizeF& layoutSize)
709 SizeF MovingPhotoPattern::CalculateFitNone(const SizeF& rawSize)
714 SizeF MovingPhotoPattern::CalculateFitScaleDown(const SizeF& rawSize, const SizeF& layoutSize)
723 SizeF MovingPhotoPattern::CalculateFitAuto(const SizeF& rawSize, const SizeF& layoutSize)
740 SizeF MovingPhotoPattern::GetRawImageSize()
753 SizeF MovingPhotoPattern::MeasureContentLayout(const SizeF& layoutSize,
786 void MovingPhotoPattern::OnMediaPlayerStatusChanged(PlaybackStatus status)
832 void MovingPhotoPattern::OnMediaPlayerInitialized()
845 void MovingPhotoPattern::OnMediaPlayerPrepared()
869 void MovingPhotoPattern::OnMediaPlayerStoped()
875 void MovingPhotoPattern::OnMediaPlayerCompletion()
884 void MovingPhotoPattern::HideImageNode()
898 void MovingPhotoPattern::VisiblePlayback()
912 void MovingPhotoPattern::SelectPlaybackMode(PlaybackMode mode)
921 void MovingPhotoPattern::StartPlayback()
947 void MovingPhotoPattern::StartAnimation()
999 void MovingPhotoPattern::StopPlayback()
1011 void MovingPhotoPattern::PausePlayback()
1028 void MovingPhotoPattern::StopAnimation()
1072 void MovingPhotoPattern::StopAnimationCallback()
1090 void MovingPhotoPattern::AutoPlay(bool isAutoPlay)
1110 void MovingPhotoPattern::StartAutoPlay()
1124 void MovingPhotoPattern::StartRepeatPlay()
1143 void MovingPhotoPattern::RepeatPlay(bool isRepeatPlay)
1162 void MovingPhotoPattern::AutoPlayPeriod(int64_t startTime, int64_t endTime)
1172 void MovingPhotoPattern::SetAutoPlayPeriod(int64_t startTime, int64_t endTime)
1191 void MovingPhotoPattern::HandleImageAnalyzerPlayCallBack()
1219 void MovingPhotoPattern::Start()
1242 void MovingPhotoPattern::Pause()
1262 void MovingPhotoPattern::Stop()
1282 void MovingPhotoPattern::Seek(int32_t position)
1302 void MovingPhotoPattern::UpdateMediaPlayerSpeed()
1321 void MovingPhotoPattern::UpdateMediaPlayerMuted()
1341 void MovingPhotoPattern::OnAreaChangedInner()
1365 void MovingPhotoPattern::OnVisibleChange(bool isVisible)
1373 void MovingPhotoPattern::OnWindowHide()
1397 void MovingPhotoPattern::OnWindowShow()
1406 void MovingPhotoPattern::RegisterVisibleAreaChange()
1427 void MovingPhotoPattern::VisibleAreaCallback(bool visible)
1444 void MovingPhotoPattern::EnableAnalyzer(bool enable)
1460 void MovingPhotoPattern::SetImageAIOptions(void* options)
1470 bool MovingPhotoPattern::IsSupportImageAnalyzer()
1481 bool MovingPhotoPattern::ShouldUpdateImageAnalyzer()
1501 void MovingPhotoPattern::StartImageAnalyzer()
1527 void MovingPhotoPattern::CreateAnalyzerOverlay()
1553 void MovingPhotoPattern::StartUpdateImageAnalyzer()
1580 void MovingPhotoPattern::UpdateAnalyzerOverlay()
1601 void MovingPhotoPattern::UpdateAnalyzerUIConfig(const RefPtr<NG::GeometryNode>& geometryNode)
1616 void MovingPhotoPattern::DestroyAnalyzerOverlay()
1623 bool MovingPhotoPattern::GetAnalyzerState()
1630 void MovingPhotoPattern::UpdateOverlayVisibility(VisibleType type)
1641 void MovingPhotoPattern::GetPixelMap()
1662 int64_t MovingPhotoPattern::GetUriCoverPosition()
1673 void MovingPhotoPattern::HandleAnalyzerPlayEvent(bool canPlay)
1686 MovingPhotoPattern::~MovingPhotoPattern()
1689 TAG_LOGI(AceLogTag::ACE_MOVING_PHOTO, "~MovingPhotoPattern DestroyAnalyzerOverlay.");