Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java189 int measuredTextWidth = 0; in add() local
194 measuredTextWidth = (int) Math.ceil(textPaint.measureText(text)); in add()
197 int textWidth = Math.min(mStrikeWidth,measuredTextWidth); in add()