Searched refs:halfLineHeight (Results 1 – 1 of 1) sorted by relevance
528 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in findClosestRow() local531 centerY -= rowCenter - halfLineHeight; in findClosestRow()639 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDaysOfWeek() local652 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()666 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDays() local714 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()