Searched refs:mBlockIndices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DDynamicLayout.java387 // mBlockIndices and mBlockEndLines should have the same length
388 mBlockIndices = new int[mBlockEndLines.length];
390 mBlockIndices[i] = INVALID_BLOCK_INDEX;
480 mBlockIndices[0] = INVALID_BLOCK_INDEX;
490 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock);
493 System.arraycopy(mBlockIndices, lastBlock + 1,
496 mBlockIndices = blockIndices;
500 System.arraycopy(mBlockIndices, lastBlock + 1,
501 mBlockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
522 mBlockIndices[blockInde
720 private int[] mBlockIndices; field in class:DynamicLayout
[all...]

Completed in 33 milliseconds