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