Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DDynamicLayout.java885 mBlockIndices = new int[mBlockEndLines.length]; in createBlocks()
886 for (int i = 0; i < mBlockEndLines.length; i++) { in createBlocks()
899 int startLine = blockIndex == 0 ? 0 : (mBlockEndLines[blockIndex - 1] + 1); in updateAlwaysNeedsToBeRedrawn()
900 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn()
922 if (mBlockEndLines == null) { in addBlockAtOffset()
924 mBlockEndLines = ArrayUtils.newUnpaddedIntArray(1); in addBlockAtOffset()
925 mBlockEndLines[mNumberOfBlocks] = line; in addBlockAtOffset()
931 final int previousBlockEndLine = mBlockEndLines[mNumberOfBlocks - 1]; in addBlockAtOffset()
933 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line); in addBlockAtOffset()
958 if (mBlockEndLines == null) { in updateBlocks()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55324 Landroid/text/DynamicLayout;->mBlockEndLines:[I