Home
last modified time | relevance | path

Searched refs:rowCenter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java533 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow() local
535 centerY -= rowCenter - halfLineHeight; in findClosestRow()
646 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek() local
658 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()
673 int rowCenter = headerHeight + rowHeight / 2; in drawDays() local
699 canvas.drawCircle(colCenterRtl, rowCenter, mDaySelectorRadius, paint); in drawDays()
705 canvas.drawCircle(colCenterRtl, rowCenter, in drawDays()
720 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()
726 rowCenter += rowHeight; in drawDays()