Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java528 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow() local
530 centerY -= rowCenter - halfLineHeight; in findClosestRow()
639 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek() local
651 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()
666 int rowCenter = headerHeight + rowHeight / 2; in drawDays() local
692 canvas.drawCircle(colCenterRtl, rowCenter, mDaySelectorRadius, paint); in drawDays()
698 canvas.drawCircle(colCenterRtl, rowCenter, in drawDays()
713 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()
719 rowCenter += rowHeight; in drawDays()