HomeSort by relevance Sort by last modified time
    Searched full:measuredtextwidth (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 189 int measuredTextWidth = 0;
194 measuredTextWidth = (int) Math.ceil(textPaint.measureText(text));
197 int textWidth = Math.min(mStrikeWidth,measuredTextWidth);

Completed in 283 milliseconds