Searched refs:iCurrProgressPercent (Results 1 – 2 of 2) sorted by relevance
933 iCurrProgressPercent = 0; in reset()971 if (newProgressPercent != iCurrProgressPercent) in update()974 iCurrProgressPercent = newProgressPercent; in update()982 aProgressPercent = iCurrProgressPercent; in getNewProgressPercent()986 if (((iCurrProgressPercent < iPrevProgressPercent) && iPrevProgressPercent > 0) || in getNewProgressPercent()987 iCurrProgressPercent > iPrevProgressPercent) in getNewProgressPercent()989 iPrevProgressPercent = iCurrProgressPercent; in getNewProgressPercent()
393 uint32 iCurrProgressPercent; variable