Searched refs:mBlockEndLines (Results 1 – 2 of 2) sorted by relevance
885 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 …]
55324 Landroid/text/DynamicLayout;->mBlockEndLines:[I