Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPackedIntVector.java329 int destrow = i - gapend + mRowGapStart; in moveRowGapTo() local
338 if (destrow >= valuegap[j]) { in moveRowGapTo()
342 values[destrow * columns + j] = val; in moveRowGapTo()
353 int destrow = i - where + gapend - moving; in moveRowGapTo() local
362 if (destrow >= valuegap[j]) { in moveRowGapTo()
366 values[destrow * columns + j] = val; in moveRowGapTo()
DPackedObjectVector.java139 int destrow = i - (mRowGapStart + mRowGapLength) + mRowGapStart; in moveRowGapTo() local
145 mValues[destrow * mColumns + j] = val; in moveRowGapTo()
155 int destrow = i - where + mRowGapStart + mRowGapLength - moving; in moveRowGapTo() local
161 mValues[destrow * mColumns + j] = val; in moveRowGapTo()