Searched refs:mBlockEndLines (Results 1 – 2 of 2) sorted by relevance
757 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn()779 if (mBlockEndLines == null) { in addBlockAtOffset()790 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line); in addBlockAtOffset()815 if (mBlockEndLines == null) { in updateBlocks()823 if (mBlockEndLines[i] >= startLine) { in updateBlocks()829 if (mBlockEndLines[i] >= endLine) { in updateBlocks()851 mBlockEndLines[0] = 0; in updateBlocks()867 mBlockEndLines = blockEndLines; in updateBlocks()902 mBlockEndLines[i] += deltaLines; in updateBlocks()953 return mBlockEndLines; in getBlockEndLines()[all …]
59290 Landroid/text/DynamicLayout;->mBlockEndLines:[I