Searched refs:rowCenter (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | SimpleMonthView.java | 529 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow() local 531 centerY -= rowCenter - halfLineHeight; in findClosestRow() 640 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek() local 652 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek() 667 int rowCenter = headerHeight + rowHeight / 2; in drawDays() local 693 canvas.drawCircle(colCenterRtl, rowCenter, mDaySelectorRadius, paint); in drawDays() 699 canvas.drawCircle(colCenterRtl, rowCenter, in drawDays() 714 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays() 720 rowCenter += rowHeight; in drawDays()
|