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 496 int[] blockEndLines = ArrayUtils.newUnpaddedIntArray(
498 int[] blockIndices = new int[blockEndLines.length];
499 System.arraycopy(mBlockEndLines, 0, blockEndLines, 0, firstBlock);
502 blockEndLines, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
505 mBlockEndLines = blockEndLines;
552 void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks) {
553 mBlockEndLines = new int[blockEndLines.length];
555 System.arraycopy(blockEndLines, 0, mBlockEndLines, 0, blockEndLines.length);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 55 milliseconds