Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java59 int nextLine; in following() local
61 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()
/frameworks/rs/
DrsFont.cpp562 int32_t nextLine = 0; in initTextTexture() local
563 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
564 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
565 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
566 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
567 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
568 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
569 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
570 nextLine += mCacheLines.top()->mMaxHeight; in initTextTexture()
571 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
[all …]
/frameworks/opt/vcard/java/com/android/vcard/
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/native/libs/input/
DVirtualKeyMap.cpp141 mTokenizer->nextLine(); in parse()
DKeyLayoutMap.cpp236 mTokenizer->nextLine(); in parse()
DKeyCharacterMap.cpp726 mTokenizer->nextLine(); in parse()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt51534 method public java.lang.String nextLine();
Dsystem-current.txt54140 method public java.lang.String nextLine();