Searched refs:getSpanEndCache (Results 1 – 3 of 3) sorted by relevance
75 assertEquals(0, mt.getSpanEndCache().size()); in buildForBidi()87 assertEquals(0, mt2.getSpanEndCache().size()); in buildForBidi()109 assertEquals(0, mt.getSpanEndCache().size()); in buildForMeasurement()126 assertEquals(0, mt2.getSpanEndCache().size()); in buildForMeasurement()146 assertEquals(1, mt.getSpanEndCache().size()); in buildForStaticLayout()147 assertEquals(3, mt.getSpanEndCache().get(0)); in buildForStaticLayout()161 assertEquals(1, mt2.getSpanEndCache().size()); in buildForStaticLayout()162 assertEquals(4, mt2.getSpanEndCache().get(0)); in buildForStaticLayout()
227 public @NonNull IntArray getSpanEndCache() { in getSpanEndCache() method in MeasuredParagraph
756 final int[] spanEndCache = measuredPara.getSpanEndCache().getRawArray(); in generate()