Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A DDynamicLayout.java936 public void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks, in setBlocksDataForTest()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java2074 int[] blockIndices = dynamicLayout.getBlockIndices(); in drawHardwareAccelerated() local
2142 int[] blockIndices, int blockInfoIndex, int numberOfBlocks, in drawHardwareAcceleratedInner()
2210 private int getAvailableDisplayListIndex(int[] blockIndices, int numberOfBlocks, in getAvailableDisplayListIndex()
2261 int[] blockIndices = dynamicLayout.getBlockIndices(); in invalidateTextDisplayList() local