Home | History | Annotate | Download | only in ui

Lines Matching defs:maxValue

97 	double maxValue = 0.0;
223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue;
413 int n = (int) (this.maxValue / gridValue);
429 n = (int) (this.maxValue / gridValue);
431 int gridWidth = (int) (this.graphWidth * gridValue / this.maxValue);
463 double max = Math.log(this.maxValue);
576 this.maxValue = 0.0;
583 if (value < 1000000 && value > this.maxValue) {
584 this.maxValue = value;
593 if (value < 1000000 && value > this.maxValue) {
594 this.maxValue = value;