Searched refs:getDirections (Results 1 – 6 of 6) sorted by relevance
72 assertNotNull(mt.getDirections(0, 3)); in buildForBidi()84 assertNotNull(mt2.getDirections(0, 3)); in buildForBidi()103 assertNotNull(mt.getDirections(0, 3)); in buildForMeasurement()120 assertNotNull(mt2.getDirections(0, 3)); in buildForMeasurement()143 assertNotNull(mt.getDirections(0, 3)); in buildForStaticLayout()158 assertNotNull(mt2.getDirections(0, 3)); in buildForStaticLayout()
188 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections() method in MeasuredParagraph
1054 mLineDirections[j] = measured.getDirections(start - widthStart, end - widthStart);
2152 final Directions directions = mt.getDirections(0, len);
14920 HSPLandroid/text/MeasuredParagraph;->getDirections(II)Landroid/text/Layout$Directions;
75287 Landroid/text/MeasuredParagraph;->getDirections(II)Landroid/text/Layout$Directions;