Searched refs:getDirections (Results 1 – 5 of 5) sorted by relevance
70 assertNotNull(mt.getDirections(0, 3)); in buildForBidi()82 assertNotNull(mt2.getDirections(0, 3)); in buildForBidi()101 assertNotNull(mt.getDirections(0, 3)); in buildForMeasurement()118 assertNotNull(mt2.getDirections(0, 3)); in buildForMeasurement()140 assertNotNull(mt.getDirections(0, 3)); in buildForStaticLayout()155 assertNotNull(mt2.getDirections(0, 3)); in buildForStaticLayout()
211 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections() method in MeasuredParagraph
1052 mLineDirections[j] = measured.getDirections(start - widthStart, end - widthStart);
2083 final Directions directions = mt.getDirections(0, len);
31238 HSPLandroid/text/MeasuredParagraph;->getDirections(II)Landroid/text/Layout$Directions;