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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 488 int[] blockIndices = new int[newSize];
490 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock);
494 blockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
496 mBlockIndices = blockIndices;
533 void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks) {
535 mBlockIndices = new int[blockIndices.length];
537 System.arraycopy(blockIndices, 0, mBlockIndices, 0, blockIndices.length);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 122 milliseconds