Searched refs:halfLineHeight (Results 1 – 1 of 1) sorted by relevance
537 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in findClosestRow() local540 centerY -= rowCenter - halfLineHeight; in findClosestRow()650 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDaysOfWeek() local663 canvas.drawText(label, colCenterRtl, rowCenter - halfLineHeight, p); in drawDaysOfWeek()677 final float halfLineHeight = (p.ascent() + p.descent()) / 2f; in drawDays() local725 canvas.drawText(mDayFormatter.format(day), colCenterRtl, rowCenter - halfLineHeight, p); in drawDays()