Searched refs:maxLines (Results 1 – 1 of 1) sorted by relevance
90 int maxLines = r.height() / mLog.getLineHeight() - 1; in appendLog() local96 while (index > 0 && count <= maxLines) { in appendLog()