Home
last modified time | relevance | path

Searched refs:mRowGapLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
DPackedObjectVector.java30 private int mRowGapLength; field in PackedObjectVector
42 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 …]
DPackedIntVector.java37 private int mRowGapLength; field in PackedIntVector
53 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75583 Landroid/text/PackedIntVector;->mRowGapLength:I
75601 Landroid/text/PackedObjectVector;->mRowGapLength:I