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

/frameworks/base/include/utils/
H A DTokenizer.h100 void nextLine();
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp495 int nextLine = 0; local
496 mCacheLines.push(new CacheTextureLine(mCacheWidth, 18, nextLine, 0));
497 nextLine += mCacheLines.top()->mMaxHeight;
498 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
499 nextLine += mCacheLines.top()->mMaxHeight;
500 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
501 nextLine += mCacheLines.top()->mMaxHeight;
502 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine, 0));
503 nextLine += mCacheLines.top()->mMaxHeight;
504 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine,
[all...]
/frameworks/base/libs/rs/
H A DrsFont.cpp539 int32_t nextLine = 0; local
540 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
541 nextLine += mCacheLines.top()->mMaxHeight;
542 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
543 nextLine += mCacheLines.top()->mMaxHeight;
544 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
545 nextLine += mCacheLines.top()->mMaxHeight;
546 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
547 nextLine += mCacheLines.top()->mMaxHeight;
548 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine,
[all...]
/frameworks/base/libs/ui/
H A DVirtualKeyMap.cpp140 mTokenizer->nextLine();
H A DKeyLayoutMap.cpp181 mTokenizer->nextLine();
H A DKeyCharacterMap.cpp500 mTokenizer->nextLine();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java684 final String nextLine = peekLine();
691 if (!TextUtils.isEmpty(nextLine) &&
692 nextLine.charAt(0) == ' ' &&
693 !"END:VCARD".contains(nextLine.toUpperCase())) {
700 builder.append(nextLine.substring(1));
/frameworks/base/libs/utils/
H A DPropertyMap.cpp213 mTokenizer->nextLine();
H A DTokenizer.cpp135 void Tokenizer::nextLine() { function in class:android::Tokenizer
137 LOGD("nextLine");
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java498 String nextLine = null;
499 while (null != (nextLine = output.readLine())) {
500 Log.i(LOG_TAG, nextLine);

Completed in 126 milliseconds