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

  /frameworks/base/core/java/android/text/
PackedObjectVector.java 26 private int mRowGapStart;
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...]
PackedIntVector.java 31 private int mRowGapStart;
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 299 milliseconds