Searched refs:mRowGapStart (Results 1 – 3 of 3) sorted by relevance
29 private int mRowGapStart; field in PackedObjectVector41 mRowGapStart = 0; in PackedObjectVector()48 if (row >= mRowGapStart) in getValue()59 if (row >= mRowGapStart) in setValue()73 mRowGapStart++; in insertAt()89 mRowGapStart -= count; in deleteAt()117 int after = mRows - (mRowGapStart + mRowGapLength); in growBuffer()119 System.arraycopy(mValues, 0, newvalues, 0, mColumns * mRowGapStart); in growBuffer()130 if (where == mRowGapStart) in moveRowGapTo()133 if (where > mRowGapStart) in moveRowGapTo()[all …]
36 private int mRowGapStart; field in PackedIntVector52 mRowGapStart = 0; in PackedIntVector()78 if (row >= mRowGapStart) { in getValue()107 if (row >= mRowGapStart) { in setValue()128 if (row >= mRowGapStart) { in setValueInternal()159 if (startRow >= mRowGapStart) { in adjustValuesBelow()195 mRowGapStart++; in insertAt()227 mRowGapStart -= count; in deleteAt()265 final int rowgapstart = mRowGapStart; in growBuffer()319 if (where == mRowGapStart) { in moveRowGapTo()[all …]
75584 Landroid/text/PackedIntVector;->mRowGapStart:I75602 Landroid/text/PackedObjectVector;->mRowGapStart:I