Searched refs:currentMax (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2734 private int computeMaxStringWidth(int currentMax, String[] strings, Paint p) { argument
2743 if (maxWidth < currentMax) {
2744 maxWidth = currentMax;

Completed in 41 milliseconds