Searched refs:halfLineHeight (Results 1 – 1 of 1) sorted by relevance
530 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in findClosestRow() local533 centerY -= rowCenter - halfLineHeight; in findClosestRow()643 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDaysOfWeek() local656 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()670 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDays() local718 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()