Home
last modified time | relevance | path

Searched refs:domainStep (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYSeriesRendererTest.java79 …XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculated… in testDataToGridCorrelation() local
86 assertEquals(val, domainStep.getStepPix()*x); in testDataToGridCorrelation()
91 assertEquals(val, domainStep.getStepPix()*x); in testDataToGridCorrelation()
96 assertEquals(val, domainStep.getStepPix()*x); in testDataToGridCorrelation()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java538 XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, in drawGrid() local
557 float xPix = domainOriginF - domainStep.getStepPix(); in drawGrid()
559 - (i * domainStep.getStepPix())) { in drawGrid()
561 * domainStep.getStepVal(); in drawGrid()
579 float xPix = domainOriginF + domainStep.getStepPix(); in drawGrid()
581 + (i * domainStep.getStepPix())) { in drawGrid()
583 * domainStep.getStepVal(); in drawGrid()