Searched refs:nextLine (Results 1 - 9 of 9) 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/native/include/utils/
H A DTokenizer.h110 void nextLine();
/frameworks/rs/
H A DrsFont.cpp557 int32_t nextLine = 0; local
558 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
559 nextLine += mCacheLines.top()->mMaxHeight;
560 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
561 nextLine += mCacheLines.top()->mMaxHeight;
562 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
563 nextLine += mCacheLines.top()->mMaxHeight;
564 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
565 nextLine += mCacheLines.top()->mMaxHeight;
566 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]
/frameworks/base/libs/androidfw/
H A DVirtualKeyMap.cpp140 mTokenizer->nextLine();
H A DKeyLayoutMap.cpp196 mTokenizer->nextLine();
H A DKeyCharacterMap.cpp724 mTokenizer->nextLine();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java655 final String nextLine = peekLine();
662 if (!TextUtils.isEmpty(nextLine) &&
663 nextLine.charAt(0) == ' ' &&
664 !"END:VCARD".contains(nextLine.toUpperCase())) {
671 builder.append(nextLine.substring(1));
/frameworks/native/libs/utils/
H A DPropertyMap.cpp213 mTokenizer->nextLine();
H A DTokenizer.cpp147 void Tokenizer::nextLine() { function in class:android::Tokenizer
149 ALOGD("nextLine");

Completed in 102 milliseconds