Searched refs:halfLineHeight (Results 1 – 1 of 1) sorted by relevance
532 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in findClosestRow() local535 centerY -= rowCenter - halfLineHeight; in findClosestRow()645 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDaysOfWeek() local658 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()672 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDays() local720 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()