Home
last modified time | relevance | path

Searched refs:padHeight (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java199 int padHeight = padding.top + padding.bottom; in add() local
201 int height = Math.max(minHeight, textHeight + padHeight); in add()
203 int effectiveTextHeight = height - padHeight; in add()