HomeSort by relevance Sort by last modified time
    Searched full:previousline (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 87 int previousLine;
89 previousLine = mLayout.getLineForOffset(mText.length());
93 previousLine = currentLine;
95 previousLine = currentLine - 1;
98 if (previousLine < 0) {
101 final int start = getLineEdgeIndex(previousLine, DIRECTION_START);
102 final int end = getLineEdgeIndex(previousLine, DIRECTION_END) + 1;
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 813 const AnnotatedLine *PreviousLine = nullptr;
843 formatFirstToken(*TheLine.First, PreviousLine, TheLine.Level, Indent,
    [all...]
UnwrappedLineFormatter.h 50 const AnnotatedLine *PreviousLine, unsigned IndentLevel,
Format.cpp     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 616 private int previousLine = 0;
655 previousLine = line;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 107 milliseconds