Searched refs:numLines (Results 1 – 3 of 3) sorted by relevance
367 int numLines = 1; in attemptMatch() local387 if (NL.indexOf(content.charAt(it++)) != -1) ++numLines; in attemptMatch()391 if (numLines > MAX_ADDRESS_LINES) break; in attemptMatch()397 if (consecutiveHouseNumbers && numLines > 1) { in attemptMatch()
202 private FakeImageFloatingTextView fakeChild(int numLines) {203 return new FakeImageFloatingTextView(mContext, numLines);
207 val numLines = ceil(textWidth / maxWidth).toInt() in PromptContentItem() constant208 return numLines > maxLines in PromptContentItem()