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

  /frameworks/base/core/java/android/text/
PackedObjectVector.java 30 private int mRowGapLength;
42 mRowGapLength = mRows;
49 row += mRowGapLength;
60 row += mRowGapLength;
70 if (mRowGapLength == 0)
74 mRowGapLength--;
90 mRowGapLength += count;
92 if (mRowGapLength > size() * 2)
102 return mRows - mRowGapLength;
117 int after = mRows - (mRowGapStart + mRowGapLength);
    [all...]
PackedIntVector.java 33 private int mRowGapLength;
49 mRowGapLength = mRows;
75 row += mRowGapLength;
104 row += mRowGapLength;
125 row += mRowGapLength;
156 startRow += mRowGapLength;
187 if (mRowGapLength == 0) {
192 mRowGapLength--;
224 mRowGapLength += count;
237 return mRows - mRowGapLength;
    [all...]

Completed in 134 milliseconds