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 29 private int mRowGapStart;
41 mRowGapStart = 0;
48 if (row >= mRowGapStart)
59 if (row >= mRowGapStart)
73 mRowGapStart++;
89 mRowGapStart -= count;
117 int after = mRows - (mRowGapStart + mRowGapLength);
119 System.arraycopy(mValues, 0, newvalues, 0, mColumns * mRowGapStart);
130 if (where == mRowGapStart)
133 if (where > mRowGapStart)
    [all...]
PackedIntVector.java 32 private int mRowGapStart;
48 mRowGapStart = 0;
74 if (row >= mRowGapStart) {
103 if (row >= mRowGapStart) {
124 if (row >= mRowGapStart) {
155 if (startRow >= mRowGapStart) {
191 mRowGapStart++;
223 mRowGapStart -= count;
261 final int rowgapstart = mRowGapStart;
315 if (where == mRowGapStart) {
    [all...]

Completed in 95 milliseconds