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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 483 int[] blockIndices = new int[blockEndLines.length];
485 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock);
489 blockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
491 mBlockIndices = blockIndices;
537 void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks) {
539 mBlockIndices = new int[blockIndices.length];
541 System.arraycopy(blockIndices, 0, mBlockIndices, 0, blockIndices.length);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp     [all...]

Completed in 215 milliseconds