Searched refs:nextLine (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java59 int nextLine;
61 nextLine = mLayout.getLineForOffset(0);
65 nextLine = currentLine;
67 nextLine = currentLine + 1;
70 if (nextLine >= mLayout.getLineCount()) {
73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START);
74 final int end = getLineEdgeIndex(nextLine, DIRECTION_END) + 1;
/frameworks/rs/
H A DrsFont.cpp563 int32_t nextLine = 0; local
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
565 nextLine += mCacheLines.top()->mMaxHeight;
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
567 nextLine += mCacheLines.top()->mMaxHeight;
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
569 nextLine += mCacheLines.top()->mMaxHeight;
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
571 nextLine += mCacheLines.top()->mMaxHeight;
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp141 mTokenizer->nextLine();
H A DKeyLayoutMap.cpp236 mTokenizer->nextLine();
H A DKeyCharacterMap.cpp726 mTokenizer->nextLine();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java661 final String nextLine = peekLine();
668 if (!TextUtils.isEmpty(nextLine) &&
669 nextLine.charAt(0) == ' ' &&
670 !"END:VCARD".contains(nextLine.toUpperCase())) {
677 builder.append(nextLine.substring(1));

Completed in 125 milliseconds