Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 14 of 14) 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/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuProcStringReaderTest.java111 assertEquals(data, iter.nextLine().toString() + '\n'); in testReadErrorsLimit()
148 iter.nextLine().toString()); in testReadLine()
152 iter.nextLine().toString()); in testReadLine()
154 KernelCpuProcStringReader.asLongs(iter.nextLine(), actual); in testReadLine()
162 iter.nextLine().toString()); in testReadLine()
166 iter.nextLine().toString()); in testReadLine()
181 assertEquals(line, iter.nextLine().toString()); in testMultipleRead()
198 CharBuffer cb = iter.nextLine(); in testReadLineToArray()
267 assertEquals(line, iter.nextLine().toString()); in testConcurrent()
284 assertEquals(line, iter.nextLine().toString()); in testConcurrent()
/frameworks/rs/
DrsFont.cpp561 int32_t nextLine = 0; in initTextTexture() local
562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageGLProgram.java66 String nextLine; in getShaderResource() local
67 while ((nextLine = reader.readLine()) != null) { in getShaderResource()
68 code.append(nextLine).append("\n"); in getShaderResource()
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java221 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()
259 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()
502 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()
530 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()
565 CharBuffer line = iter.nextLine(); in checkPrecondition()
660 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()
694 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()
736 CharBuffer line = iter.nextLine(); in checkPrecondition()
838 while ((buf = iter.nextLine()) != null) { in readDeltaImpl()
866 while ((buf = iter.nextLine()) != null) { in readAbsoluteImpl()
[all …]
DKernelCpuProcStringReader.java216 public CharBuffer nextLine() { in nextLine() method in KernelCpuProcStringReader.ProcFileIterator
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java662 final String nextLine = peekLine();
669 if (!TextUtils.isEmpty(nextLine) &&
670 nextLine.charAt(0) == ' ' &&
671 !"END:VCARD".contains(nextLine.toUpperCase())) {
678 builder.append(nextLine.substring(1));
/frameworks/native/libs/input/
DVirtualKeyMap.cpp126 mTokenizer->nextLine(); in parse()
DKeyLayoutMap.cpp237 mTokenizer->nextLine(); in parse()
DKeyCharacterMap.cpp776 mTokenizer->nextLine(); in parse()
/frameworks/base/config/
Dboot-image-profile.txt21240 HSPLcom/android/internal/os/KernelCpuProcStringReader$ProcFileIterator;->nextLine()Ljava/nio/CharBu…
29234 HSPLjava/util/Scanner;->nextLine()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt48769 method public java.lang.String nextLine();
/frameworks/base/non-updatable-api/
Dcurrent.txt71887 method public String nextLine();
/frameworks/base/api/
Dcurrent.txt72031 method public String nextLine();