Searched defs:currentMax (Results 1 - 1 of 1) sorted by path

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

Completed in 46 milliseconds