HomeSort by relevance Sort by last modified time
    Searched defs:Y_VALS_ONLY (Results 1 - 2 of 2) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
SimpleXYSeries.java 49 Y_VALS_ONLY,
68 * @param format Format of the model. A format of Y_VALS_ONLY means that the array only contains y-values.
106 * @param format Format of the model. A format of Y_VALS_ONLY means that the array only contains y-values.
126 case Y_VALS_ONLY:
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
OrientationSensorExampleActivity.java 221 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);
225 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);
229 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);

Completed in 4015 milliseconds