Searched refs:numLines (Results 1 – 2 of 2) 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);