Searched refs:mRowGapLength (Results 1 – 3 of 3) sorted by relevance
30 private int mRowGapLength; field in PackedObjectVector42 mRowGapLength = mRows; in PackedObjectVector()49 row += mRowGapLength; in getValue()60 row += mRowGapLength; in setValue()70 if (mRowGapLength == 0) in insertAt()74 mRowGapLength--; in insertAt()90 mRowGapLength += count; in deleteAt()92 if (mRowGapLength > size() * 2) in deleteAt()102 return mRows - mRowGapLength; in size()117 int after = mRows - (mRowGapStart + mRowGapLength); in growBuffer()[all …]
37 private int mRowGapLength; field in PackedIntVector53 mRowGapLength = mRows; in PackedIntVector()79 row += mRowGapLength; in getValue()108 row += mRowGapLength; in setValue()129 row += mRowGapLength; in setValueInternal()160 startRow += mRowGapLength; in adjustValuesBelow()191 if (mRowGapLength == 0) { in insertAt()196 mRowGapLength--; in insertAt()228 mRowGapLength += count; in deleteAt()241 return mRows - mRowGapLength; in size()[all …]
75583 Landroid/text/PackedIntVector;->mRowGapLength:I75601 Landroid/text/PackedObjectVector;->mRowGapLength:I