Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2379 private int computeMaxStringWidth(int currentMax, String[] strings, Paint p) { in computeMaxStringWidth() argument
2388 if (maxWidth < currentMax) { in computeMaxStringWidth()
2389 maxWidth = currentMax; in computeMaxStringWidth()