Searched refs:sizeAttr (Results 1 – 1 of 1) sorted by relevance
664 String sizeAttr = attrs.getValue("size"); in applyStyles() local665 if (sizeAttr != null) { in applyStyles()666 int size = Integer.parseInt(sizeAttr); in applyStyles()