Searched refs:halfLineHeight (Results 1 – 1 of 1) sorted by relevance
541 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in findClosestRow() local544 centerY -= rowCenter - halfLineHeight; in findClosestRow()654 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDaysOfWeek() local667 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()681 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDays() local729 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()