Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DBarRenderer.java38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style
49 FIXED_WIDTH, // bar width is always barWidth enumConstant
84 case FIXED_WIDTH: in setBarWidthStyle()
190 case FIXED_WIDTH: in onRender()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal()); in onCreate()
184 if (BarRenderer.BarWidthStyle.FIXED_WIDTH.equals(spWidthStyle.getSelectedItem())) { in onCreate()