Searched refs:FIXED_WIDTH (Results 1 – 2 of 2) sorted by relevance
38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style49 FIXED_WIDTH, // bar width is always barWidth enumConstant84 case FIXED_WIDTH: in setBarWidthStyle()190 case FIXED_WIDTH: in onRender()
181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal()); in onCreate()184 if (BarRenderer.BarWidthStyle.FIXED_WIDTH.equals(spWidthStyle.getSelectedItem())) { in onCreate()