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