Searched refs:getParagraphDir (Results 1 – 6 of 6) sorted by relevance
71 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForBidi()102 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForMeasurement()119 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForMeasurement()142 assertEquals(Layout.DIR_LEFT_TO_RIGHT, mt.getParagraphDir()); in buildForStaticLayout()157 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForStaticLayout()
179 public @Layout.Direction int getParagraphDir() { in getParagraphDir() method in MeasuredParagraph
926 final int dir = measured.getParagraphDir();
2153 final int dir = mt.getParagraphDir();
14923 HSPLandroid/text/MeasuredParagraph;->getParagraphDir()I
75291 Landroid/text/MeasuredParagraph;->getParagraphDir()I