Home
last modified time | relevance | path

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

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java90 int maxLines = r.height() / mLog.getLineHeight() - 1; in appendLog() local
96 while (index > 0 && count <= maxLines) { in appendLog()