Home
last modified time | relevance | path

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

/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DDownloadCallback.java52 void onProgressUpdate(int progressCode, int percentComplete); in onProgressUpdate() method
DNetworkFragment.java185 protected void onProgressUpdate(Integer... values) { in onProgressUpdate() method in NetworkFragment.DownloadTask
186 super.onProgressUpdate(values); in onProgressUpdate()
188 mCallback.onProgressUpdate(values[0], values[1]); in onProgressUpdate()
DMainActivity.java114 public void onProgressUpdate(int progressCode, int percentComplete) { in onProgressUpdate() method in MainActivity
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DDownloadCallback.java52 void onProgressUpdate(int progressCode, int percentComplete); in onProgressUpdate() method
DNetworkFragment.java185 protected void onProgressUpdate(Integer... values) { in onProgressUpdate() method in NetworkFragment.DownloadTask
186 super.onProgressUpdate(values); in onProgressUpdate()
188 mCallback.onProgressUpdate(values[0], values[1]); in onProgressUpdate()
DMainActivity.java114 public void onProgressUpdate(int progressCode, int percentComplete) { in onProgressUpdate() method in MainActivity
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DAsyncTask.java411 protected void onProgressUpdate(Progress... values) { in onProgressUpdate() method in AsyncTask
673 result.mTask.onProgressUpdate(result.mData); in handleMessage()
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DAsyncTask.java411 protected void onProgressUpdate(Progress... values) { in onProgressUpdate() method in AsyncTask
673 result.mTask.onProgressUpdate(result.mData); in handleMessage()
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DRichSetupFragment.java144 protected void onProgressUpdate(String... progress) { in onProgressUpdate() method in RichSetupFragment.SetupRowTask