Home
last modified time | relevance | path

Searched defs:destrow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DPackedObjectVector.java138 int destrow = i - (mRowGapStart + mRowGapLength) + mRowGapStart; in moveRowGapTo() local
154 int destrow = i - where + mRowGapStart + mRowGapLength - moving; in moveRowGapTo() local
DPackedIntVector.java324 int destrow = i - gapend + mRowGapStart; in moveRowGapTo() local
348 int destrow = i - where + gapend - moving; in moveRowGapTo() local