Home | History | Annotate | Download | only in pipeline

Lines Matching defs:UpdateProgress

48     static class UpdateProgress implements Update {
111 UpdateProgress updateProgress = new UpdateProgress();
112 updateProgress.max = max;
113 updateProgress.current = current;
114 postUpdate(updateProgress);
142 if (message instanceof UpdateProgress) {
143 UpdateProgress progress = (UpdateProgress) message;
144 mProcessingService.updateProgress(progress.max, progress.current);