HomeSort by relevance Sort by last modified time
    Searched defs:endline (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/text/
DynamicLayout.java 268 int endline = getLineForOffset(where + before); local
270 endline = getLineCount();
271 int endv = getLineTop(endline);
272 boolean islast = (endline == getLineCount());
311 mInts.deleteAt(startline, endline - startline);
312 mObjects.deleteAt(startline, endline - startline);
374 updateBlocks(startline, endline - 1, n);
446 * @param endLine the last line of the range, possibly equal to startLine, lower
452 void updateBlocks(int startLine, int endLine, int newLineCount) {
467 if (mBlockEndLines[i] >= endLine) {
    [all...]
Layout.java 1511 int endline = getLineForOffset(end); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 1004 milliseconds