Searched refs:widthHeight (Results 1 – 2 of 2) sorted by relevance
131 int widthHeight = in draw() local144 yMiddle - widthHeight, in draw()146 yMiddle + widthHeight); in draw()150 yMiddle - widthHeight, in draw()152 yMiddle + widthHeight); in draw()
380 String[] widthHeight = strValue.split("x");381 if (widthHeight.length != 2) {386 int width = Integer.parseInt(widthHeight[0]);387 int height = Integer.parseInt(widthHeight[1]);