Searched refs:progressUnit (Results 1 – 1 of 1) sorted by relevance
327 float progressUnit = 1.0f / mTotalCount; in updateNotification() local328 progress = (float) mCurrentCount * progressUnit + mProgress * progressUnit; in updateNotification()