Searched refs:currentMax (Results 1 – 1 of 1) sorted by relevance
2379 private int computeMaxStringWidth(int currentMax, String[] strings, Paint p) { in computeMaxStringWidth() argument2388 if (maxWidth < currentMax) { in computeMaxStringWidth()2389 maxWidth = currentMax; in computeMaxStringWidth()