Searched refs:padHeight (Results 1 – 1 of 1) sorted by relevance
199 int padHeight = padding.top + padding.bottom; in add() local201 int height = Math.max(minHeight, textHeight + padHeight); in add()203 int effectiveTextHeight = height - padHeight; in add()