Home | History | Annotate | Download | only in calendar

Lines Matching refs:column

2398                 final int column = day % 7;
2399 if (Utils.isSaturday(column, mFirstDayOfWeek)) {
2401 } else if (Utils.isSunday(column, mFirstDayOfWeek)) {
3316 // If we overlap the same column, then compute the distance.
3347 // If we overlap the same column, then compute the distance.