HomeSort by relevance Sort by last modified time
    Searched refs:blockEndLines (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/
DynamicLayout.java 481 int[] blockEndLines = ArrayUtils.newUnpaddedIntArray(
483 int[] blockIndices = new int[blockEndLines.length];
484 System.arraycopy(mBlockEndLines, 0, blockEndLines, 0, firstBlock);
487 blockEndLines, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
490 mBlockEndLines = blockEndLines;
537 void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks) {
538 mBlockEndLines = new int[blockEndLines.length];
540 System.arraycopy(blockEndLines, 0, mBlockEndLines, 0, blockEndLines.length);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 176 milliseconds