Searched refs:monthDiff (Results 1 – 2 of 2) sorted by relevance
530 int monthDiff; in updateMonthHighlight()532 monthDiff = 1; in updateMonthHighlight()534 monthDiff = -1; in updateMonthHighlight()536 monthDiff = month - mCurrentMonthDisplayed; in updateMonthHighlight()541 if (monthDiff != 0) { in updateMonthHighlight()
98 int monthDiff = this.month - other.getMonth(); in compareTo() local99 if (monthDiff != 0) { in compareTo()100 return monthDiff; in compareTo()