Searched refs:onProgressUpdate (Results 1 – 6 of 6) sorted by relevance
31 public void onProgressUpdate(Progress... values) { in onProgressUpdate() method in ShadowAsyncTaskBridge
134 getBridge().onProgressUpdate(values); in publishProgress()
109 protected void onProgressUpdate(Integer... progress) { in onProgressUpdate() method in UrlDownloaderTask
121 protected void onProgressUpdate(Integer... progress) { in onProgressUpdate() method in ZipExtractorTask
188 protected void onProgressUpdate(String... values) { in onProgressUpdate() method in ShadowAsyncTaskTest.MyAsyncTask
246 void onProgressUpdate(long position, long bufferedPosition); in onProgressUpdate() method996 progressUpdateListener.onProgressUpdate(position, bufferedPosition); in updateProgress()