Searched refs:isRunRtl (Results 1 – 2 of 2) sorted by relevance
280 final boolean runIsRtl = mDirections.isRunRtl(runIndex); in draw()364 final boolean runIsRtl = mDirections.isRunRtl(runIndex); in measure()421 final boolean runIsRtl = mDirections.isRunRtl(runIndex);
2436 public boolean isRunRtl(int runIndex) { in isRunRtl() method in Layout.Directions