Searched refs:mBlockIndices (Results 1 – 2 of 2) sorted by relevance
743 mBlockIndices = new int[mBlockEndLines.length]; in createBlocks()745 mBlockIndices[i] = INVALID_BLOCK_INDEX; in createBlocks()853 mBlockIndices[0] = INVALID_BLOCK_INDEX; in updateBlocks()866 System.arraycopy(mBlockIndices, lastBlock + 1, in updateBlocks()869 mBlockIndices = blockIndices; in updateBlocks()873 System.arraycopy(mBlockIndices, lastBlock + 1, in updateBlocks()940 mBlockIndices = new int[blockIndices.length]; in setBlocksDataForTest()962 return mBlockIndices; in getBlockIndices()969 return mBlockIndices[index]; in getBlockIndex()977 mBlockIndices[index] = blockIndex; in setBlockIndex()[all …]
55968 Landroid/text/DynamicLayout;->mBlockIndices:[I