Searched defs:percentDownloaded (Results 1 – 7 of 7) sorted by relevance
27 public volatile float percentDownloaded; field in DownloadProgress
41 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
117 float percentDownloaded = in onProgress() local
1320 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
238 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
135 public DownloadBuilder setPercentDownloaded(float percentDownloaded) { in setPercentDownloaded()
354 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()