Lines Matching refs:threshold
54 // threshold for notification
55 private int threshold = 8192;
78 this.threshold = progressMonitor.getProgressUpdateThreshold();
171 // The threshold effectively divides the progress into
174 // Range 0: 0..threshold-1,
175 // Range 1: threshold .. 2*threshold-1
177 // Range n: n*threshold .. (n+1)*threshold-1
182 // range number = progress / threshold
191 if (lastProgress / threshold != progress / threshold) {