Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A 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()
135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo()
[all …]
H A 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56505 Landroid/text/PackedIntVector;->mRowGapLength:I
56522 Landroid/text/PackedObjectVector;->mRowGapLength:I