Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java758 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn()
780 if (mBlockEndLines == null) { in addBlockAtOffset()
791 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line); in addBlockAtOffset()
816 if (mBlockEndLines == null) { in updateBlocks()
824 if (mBlockEndLines[i] >= startLine) { in updateBlocks()
830 if (mBlockEndLines[i] >= endLine) { in updateBlocks()
852 mBlockEndLines[0] = 0; in updateBlocks()
868 mBlockEndLines = blockEndLines; in updateBlocks()
903 mBlockEndLines[i] += deltaLines; in updateBlocks()
954 return mBlockEndLines; in getBlockEndLines()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55967 Landroid/text/DynamicLayout;->mBlockEndLines:[I