Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java196 int textHeight = ascent + descent; in add() local
201 int height = Math.max(minHeight, textHeight + padHeight); in add()
206 int centerOffsetHeight = (effectiveTextHeight - textHeight) / 2; in add()