Searched refs:monthDiff (Results 1 – 2 of 2) sorted by relevance
98 int monthDiff = this.month - other.getMonth(); in compareTo() local99 if (monthDiff != 0) { in compareTo()100 return monthDiff; in compareTo()
527 int monthDiff; in updateMonthHighlight()529 monthDiff = 1; in updateMonthHighlight()531 monthDiff = -1; in updateMonthHighlight()533 monthDiff = month - mCurrentMonthDisplayed; in updateMonthHighlight()538 if (monthDiff != 0) { in updateMonthHighlight()