HomeSort by relevance Sort by last modified time
    Searched refs:effectiveWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 269 int effectiveWidth = mWidth - mPadding * 2;
271 effectiveWidth -= SPACING_WEEK_NUMBER;
273 DNA_ALL_DAY_WIDTH = effectiveWidth / numDays - 2 * DNA_SIDE_PADDING;
536 int effectiveWidth = mWidth;
541 effectiveWidth -= xOffset;
543 x = day * effectiveWidth / mNumDays + xOffset;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 345 milliseconds