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

/frameworks/base/core/java/android/text/
H A DDynamicLayout.java403 // mBlockIndices and mBlockEndLines should have the same length
404 mBlockIndices = new int[mBlockEndLines.length];
406 mBlockIndices[i] = INVALID_BLOCK_INDEX;
490 mBlockIndices[0] = INVALID_BLOCK_INDEX;
500 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock);
503 System.arraycopy(mBlockIndices, lastBlock + 1,
506 mBlockIndices = blockIndices;
510 System.arraycopy(mBlockIndices, lastBlock + 1,
511 mBlockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
532 mBlockIndices[blockInde
740 private int[] mBlockIndices; field in class:DynamicLayout
[all...]

Completed in 63 milliseconds