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

  /frameworks/base/core/java/android/text/
PackedIntVector.java 321 final int gapend = mRowGapStart + mRowGapLength; local
323 for (int i = gapend; i < gapend + moving; i++) {
324 int destrow = i - gapend + mRowGapStart;
345 final int gapend = mRowGapStart + mRowGapLength; local
348 int destrow = i - where + gapend - moving;
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 515 unsigned gapEnd = box ? box->start() : length;
516 bool indicesIntersect = start <= gapEnd && end >= gapStart;
517 int gapLen = gapEnd - gapStart;
520 gapEnd = min(gapEnd, end);
    [all...]

Completed in 231 milliseconds