Searched refs:nextLine (Results 1 - 8 of 8) 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.cpp562 int32_t nextLine = 0; local
563 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
564 nextLine += mCacheLines.top()->mMaxHeight;
565 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
566 nextLine += mCacheLines.top()->mMaxHeight;
567 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 nextLine += mCacheLines.top()->mMaxHeight;
569 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
570 nextLine += mCacheLines.top()->mMaxHeight;
571 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.cpp776 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));
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DDocumentArchiveTest.java270 assertEquals("I love strawberries!", new Scanner(inputStream).nextLine());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5046 milliseconds