Searched refs:endProgress (Results 1 – 2 of 2) sorted by relevance
144 void ProgressSmoothHandler(int beginProgress, int endProgress) in ProgressSmoothHandler() argument147 if (endProgress < 0 || endProgress > FULL_PERCENT_PROGRESS || beginProgress < 0) { in ProgressSmoothHandler()150 while (beginProgress < endProgress) { in ProgressSmoothHandler()151 int increase = (endProgress - beginProgress) / PROGRESS_VALUE_CONST; in ProgressSmoothHandler()153 if (beginProgress >= endProgress || increase == 0) { in ProgressSmoothHandler()
53 void ProgressSmoothHandler(int beginProgress, int endProgress);