Searched refs:styleValueStr (Results 1 – 1 of 1) sorted by relevance
191 String styleValueStr = parser.getAttributeValue(null, "stylevalue"); in readAxis() local192 if (styleValueStr != null && STYLE_VALUE_PATTERN.matcher(styleValueStr).matches()) { in readAxis()193 styleValue = Float.parseFloat(styleValueStr); in readAxis()