Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java61 float totalPercentage = 0; in buildProgressNotification() local
81 totalPercentage += downloadPercentage; in buildProgressNotification()
94 progress = (int) (totalPercentage / downloadTaskCount); in buildProgressNotification()