Searched refs:progress (Results 1 – 13 of 13) sorted by relevance
/bootable/recovery/install/ |
D | snapshot_utils.cpp | 42 double progress; in FinishPendingSnapshotMerges() local 43 sm->GetUpdateState(&progress); in FinishPendingSnapshotMerges() 44 ui->Print("Waiting for merge to complete: %.2f\n", progress); in FinishPendingSnapshotMerges()
|
/bootable/recovery/tools/image_generator/ |
D | draw-progress.sh | 11 progress=$(bc -l <<< "$i / ($N - 1)") 12 fg_arc_start=$(bc -l <<< "$arc_end - $progress * $arc_size")
|
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 162 const auto index = GetProgressFrameIndex(progress); in draw_circle_foreground_locked() 216 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress() 218 if (GetProgressFrameIndex(fraction) != GetProgressFrameIndex(progress)) { in SetProgress() 220 progress = fraction; in SetProgress()
|
D | screen_ui.cpp | 328 progress(0), in ScreenRecoveryUI() 475 float p = progressScopeStart + progress * progressScopeSize; in draw_foreground_locked() 805 if (p > progress) { in ProgressThreadLoop() 806 progress = p; in ProgressThreadLoop() 1024 progress = 0; in SetProgressType() 1035 progress = 0; in ShowProgress() 1043 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress() 1047 if ((int)(progress * scale) != (int)(fraction * scale)) { in SetProgress() 1048 progress = fraction; in SetProgress()
|
/bootable/recovery/otautil/include/otautil/ |
D | package.h | 57 void SetProgress(float progress) override;
|
D | verifier.h | 77 virtual void SetProgress(float progress) = 0;
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 485 private void onStatusUpdate(int status, float progress) { in onStatusUpdate() argument 489 progress)); in onStatusUpdate() 493 mProgress.set(progress); in onStatusUpdate()
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 336 int progress = static_cast<int>(100 * (double(pos) / double(sb.st_size))); in ProductBlockMap() local 337 if (progress > last_progress) { in ProductBlockMap() 338 last_progress = progress; in ProductBlockMap() 339 write_status_to_socket(progress, socket); in ProductBlockMap()
|
/bootable/recovery/otautil/ |
D | package.cpp | 80 void Package::SetProgress(float progress) { in SetProgress() argument 82 set_progress_(progress); in SetProgress()
|
/bootable/recovery/updater_sample/ |
D | README.md | 14 to select an update and apply it to the device. App shows installation progress, 145 Called whenever the value of `status` or `progress` changes. For 146 `progress` values changes, this method will be called only if it changes significantly. 147 At this time of writing this doc, delta for `progress` is `0.005`. 210 control buttons, progress bar and log viewer
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/ |
D | MainActivity.java | 309 private void onProgressUpdate(double progress) { in onProgressUpdate() argument 310 mProgressBar.setProgress((int) (100 * progress)); in onProgressUpdate()
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 373 float progressScopeStart, progressScopeSize, progress; variable
|
/bootable/libbootloader/gbl/docs/ |
D | EFI_ANDROID_BOOT_PROTOCOL.md | 10 | **Status** | Work in progress |
|