Home
last modified time | relevance | path

Searched refs:newProgress (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp272 const auto newProgress = totalDuration != 0.f ? currentTime / totalDuration : 1.f; in UpdateProgress() local
273 META_ACCESS_PROPERTY(Progress)->SetValue(newProgress); in UpdateProgress()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h136 void OnLoadingProgress(int newProgress) override;
H A Dweb_client_impl.cpp227 void WebClientImpl::OnLoadingProgress(int newProgress) in OnLoadingProgress() argument
234 delegate->OnProgressChanged(newProgress); in OnLoadingProgress()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h817 explicit LoadWebProgressChangeEvent(const int& newProgress) in LoadWebProgressChangeEvent() argument
818 : BaseEventInfo("LoadWebProgressChangeEvent"), newProgress_(newProgress) in LoadWebProgressChangeEvent()

Completed in 9 milliseconds