Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPackedObjectVector.java29 private int mRowGapStart; field in PackedObjectVector
41 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 …]
DPackedIntVector.java36 private int mRowGapStart; field in PackedIntVector
52 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75584 Landroid/text/PackedIntVector;->mRowGapStart:I
75602 Landroid/text/PackedObjectVector;->mRowGapStart:I