Searched defs:numberOfBlocks (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DDynamicLayout.java932 public void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks, argument
938 mNumberOfBlocks = numberOfBlocks;
/frameworks/base/core/java/android/widget/
H A DEditor.java1819 final int numberOfBlocks = dynamicLayout.getNumberOfBlocks();
1833 int startBlock = Arrays.binarySearch(blockEndLines, 0, numberOfBlocks, firstLine);
1840 int lastIndex = numberOfBlocks;
1842 for (int i = startBlock; i < numberOfBlocks; i++) {
1856 blockIndices, i, numberOfBlocks, startIndexToFindAvailableRenderNode);
1871 blockEndLines, blockIndices, block, numberOfBlocks,
1886 int[] blockIndices, int blockInfoIndex, int numberOfBlocks,
1893 blockIndex = getAvailableDisplayListIndex(blockIndices, numberOfBlocks,
1954 private int getAvailableDisplayListIndex(int[] blockIndices, int numberOfBlocks, argument
1959 for (int j = 0; j < numberOfBlocks;
1884 drawHardwareAcceleratedInner(Canvas canvas, Layout layout, Path highlight, Paint highlightPaint, int cursorOffsetVertical, int[] blockEndLines, int[] blockIndices, int blockInfoIndex, int numberOfBlocks, int startIndexToFindAvailableRenderNode) argument
[all...]

Completed in 48 milliseconds