Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DDynamicLayout.java742 mBlockIndices = new int[mBlockEndLines.length]; in createBlocks()
743 for (int i = 0; i < mBlockEndLines.length; i++) { in createBlocks()
756 int startLine = blockIndex == 0 ? 0 : (mBlockEndLines[blockIndex - 1] + 1); in updateAlwaysNeedsToBeRedrawn()
757 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn()
779 if (mBlockEndLines == null) { in addBlockAtOffset()
781 mBlockEndLines = ArrayUtils.newUnpaddedIntArray(1); in addBlockAtOffset()
782 mBlockEndLines[mNumberOfBlocks] = line; in addBlockAtOffset()
788 final int previousBlockEndLine = mBlockEndLines[mNumberOfBlocks - 1]; in addBlockAtOffset()
790 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line); in addBlockAtOffset()
815 if (mBlockEndLines == null) { in updateBlocks()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75001 Landroid/text/DynamicLayout;->mBlockEndLines:[I