Home
last modified time | relevance | path

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

/base/update/updater/services/ui/
Dupdater_ui_facade.cpp102 static float lastValue = 0.0; in ShowProgress() local
103 if (abs(value - lastValue) > 0.01) { // 0.01 : The progress bar changes by more than 0.01 in ShowProgress()
105 lastValue = value; in ShowProgress()