Home
last modified time | relevance | path

Searched defs:newProgress (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Danim_impl.cpp272 const auto newProgress = totalDuration != 0.f ? currentTime / totalDuration : 1.f; in UpdateProgress() local
/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_event.h807 explicit LoadWebProgressChangeEvent(const int& newProgress) in LoadWebProgressChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_client_impl.cpp230 void WebClientImpl::OnLoadingProgress(int newProgress) in OnLoadingProgress()