Home
last modified time | relevance | path

Searched defs:yVals (Results 1 – 3 of 3) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DSimpleXYSeriesTest.java33 Number[] yVals = {5, 6, 7, 8, 9}; in testYValsOnlyConstructor() local
51 Number[] yVals = {55, 5, 66, 6, 77, 7, 88, 8, 99, 9}; in testXYInterleavedConstructor() local
69 Number[] yVals = {5, 6, 7, 8, 9}; in testTwoListConstructor() local
88 Number[] yVals = {5, 6, 7, 8, 9}; in testPushPopStuff() local
115 Number[] yVals = {5, 6, 7, 8, 9}; in testSet() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DSimpleXYSeries.java54 private volatile LinkedList<Number> yVals = new LinkedList<Number>(); field in SimpleXYSeries
77 … public SimpleXYSeries(List<? extends Number> xVals, List<? extends Number> yVals, String title) { in SimpleXYSeries()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYPlotWithBgImgActivity.java67 Integer[] yVals = new Integer[SERIES_LEN]; in getSeries() local