Searched refs:userMinY (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlot.java58 private Number userMinY; field in class:XYPlot
310 return (userMinY == null || xVal >= userMinY.doubleValue()) &&
319 return isValWithinRange(y.doubleValue(), userMinY, userMaxY) &&
338 calculatedMinY = userMinY;
363 if (userMinY == null) {
593 userMinY = raO - raE;
596 userMinY = null;
990 this.userMinY = boundary;
1014 return userMinY;
[all...]

Completed in 192 milliseconds