Searched defs:computeMaxStringWidth (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java863 mDateStrWidth = computeMaxStringWidth(0, dateStrs, p);
865 mDateStrWidth += computeMaxStringWidth(0, mDayStrs, p);
875 mHoursWidth = Math.max(HOURS_MARGIN, computeMaxStringWidth(mHoursWidth, ampm, p)
2735 private int computeMaxStringWidth(int currentMax, String[] strings, Paint p) { method in class:DayView

Completed in 32 milliseconds