Searched refs:listSize (Results 1 – 1 of 1) sorted by relevance
107 public static double[] randFontSizeList(int listSize, int max) throws Exception { in randFontSizeList() argument108 double[] sizeList = new double[listSize]; in randFontSizeList()109 for (int i =0; i < listSize; i++) { in randFontSizeList()
Completed in 10 milliseconds