Searched refs:getParagraphDir (Results 1 – 5 of 5) sorted by relevance
69 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForBidi()100 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForMeasurement()117 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForMeasurement()139 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForStaticLayout()154 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForStaticLayout()
202 public @Layout.Direction int getParagraphDir() { in getParagraphDir() method in MeasuredParagraph
924 final int dir = measured.getParagraphDir();
2084 final int dir = mt.getParagraphDir();
31241 HSPLandroid/text/MeasuredParagraph;->getParagraphDir()I