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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DXYPlotWithBgImgActivity.java16 private int SERIES_LEN = 50; field in class:XYPlotWithBgImgActivity
66 Integer[] xVals = new Integer[SERIES_LEN];
67 Integer[] yVals = new Integer[SERIES_LEN];
72 for (int i = 1; i < SERIES_LEN; i += 1){

Completed in 46 milliseconds