Home
last modified time | relevance | path

Searched refs:mBlockEndLines (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/
H A DDynamicLayout.java757 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn()
779 if (mBlockEndLines == null) { in addBlockAtOffset()
790 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line); in addBlockAtOffset()
815 if (mBlockEndLines == null) { in updateBlocks()
823 if (mBlockEndLines[i] >= startLine) { in updateBlocks()
829 if (mBlockEndLines[i] >= endLine) { in updateBlocks()
851 mBlockEndLines[0] = 0; in updateBlocks()
867 mBlockEndLines = blockEndLines; in updateBlocks()
902 mBlockEndLines[i] += deltaLines; in updateBlocks()
953 return mBlockEndLines; in getBlockEndLines()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59290 Landroid/text/DynamicLayout;->mBlockEndLines:[I