Searched refs:nextLine (Results 1 – 10 of 10) sorted by relevance
59 int nextLine; in following() local61 nextLine = mLayout.getLineForOffset(0); in following()65 nextLine = currentLine; in following()67 nextLine = currentLine + 1; in following()70 if (nextLine >= mLayout.getLineCount()) { in following()73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START); in following()74 final int end = getLineEdgeIndex(nextLine, DIRECTION_END) + 1; in following()
561 int32_t nextLine = 0; in initTextTexture() local562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()[all …]
662 final String nextLine = peekLine();669 if (!TextUtils.isEmpty(nextLine) &&670 nextLine.charAt(0) == ' ' &&671 !"END:VCARD".contains(nextLine.toUpperCase())) {678 builder.append(nextLine.substring(1));
141 mTokenizer->nextLine(); in parse()
236 mTokenizer->nextLine(); in parse()
776 mTokenizer->nextLine(); in parse()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
48769 method public java.lang.String nextLine();
64605 method public java.lang.String nextLine();
68513 method public java.lang.String nextLine();