Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java294 int twidth = bounds.width(); in text() local
295 twidth += (twidth/4); in text()
296 if (twidth > width) { in text()
297 size = (size*width)/twidth; in text()