Searched refs:mRowGapStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java26 private int mRowGapStart; field in class:PackedObjectVector
37 mRowGapStart = 0;
46 if (row >= mRowGapStart)
57 if (row >= mRowGapStart)
71 mRowGapStart++;
87 mRowGapStart -= count;
116 int after = mRows - (mRowGapStart + mRowGapLength);
118 System.arraycopy(mValues, 0, newvalues, 0, mColumns * mRowGapStart);
129 if (where == mRowGapStart)
132 if (where > mRowGapStart)
[all...]
H A DPackedIntVector.java31 private int mRowGapStart; field in class:PackedIntVector
47 mRowGapStart = 0;
73 if (row >= mRowGapStart) {
102 if (row >= mRowGapStart) {
123 if (row >= mRowGapStart) {
154 if (startRow >= mRowGapStart) {
190 mRowGapStart++;
222 mRowGapStart -= count;
260 final int rowgapstart = mRowGapStart;
314 if (where == mRowGapStart) {
[all...]

Completed in 48 milliseconds