Searched refs:mBlockEndLines (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];
405 for (int i = 0; i < mBlockEndLines.length; i++) {
418 if (mBlockEndLines == null) {
420 mBlockEndLines = ArrayUtils.newUnpaddedIntArray(1);
421 mBlockEndLines[mNumberOfBlocks] = line;
426 final int previousBlockEndLine = mBlockEndLines[mNumberOfBlocks - 1];
428 mBlockEndLines = GrowingArrayUtils.append(mBlockEndLines, mNumberOfBlocks, line);
453 if (mBlockEndLines
737 private int[] mBlockEndLines; field in class:DynamicLayout
[all...]

Completed in 49 milliseconds