Searched refs:rowCenter (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | SimpleMonthView.java | 531 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow() local 533 centerY -= rowCenter - halfLineHeight; in findClosestRow() 644 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek() local 656 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek() 671 int rowCenter = headerHeight + rowHeight / 2; in drawDays() local 697 canvas.drawCircle(colCenterRtl, rowCenter, mDaySelectorRadius, paint); in drawDays() 703 canvas.drawCircle(colCenterRtl, rowCenter, in drawDays() 718 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays() 724 rowCenter += rowHeight; in drawDays()
|