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.java2738 private int computeMaxStringWidth(int currentMax, String[] strings, Paint p) { in computeMaxStringWidth() argument
2747 if (maxWidth < currentMax) { in computeMaxStringWidth()
2748 maxWidth = currentMax; in computeMaxStringWidth()