Home
last modified time | relevance | path

Searched defs:blockIndices (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java937 public void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks, in setBlocksDataForTest()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java2166 int[] blockIndices = dynamicLayout.getBlockIndices(); in drawHardwareAccelerated() local
2235 int[] blockIndices, int blockInfoIndex, int numberOfBlocks, in drawHardwareAcceleratedInner()
2303 private int getAvailableDisplayListIndex(int[] blockIndices, int numberOfBlocks, in getAvailableDisplayListIndex()
2358 int[] blockIndices = dynamicLayout.getBlockIndices(); in invalidateTextDisplayList() local