Searched refs:DIRS_ALL_RIGHT_TO_LEFT (Results 1 – 4 of 4) sorted by relevance
52 private static final Directions DIRS_ALL_RIGHT_TO_LEFT = field in StaticLayoutDirectionsTest98 DIRS_ALL_RIGHT_TO_LEFT,
119 return Layout.DIRS_ALL_RIGHT_TO_LEFT; in directions()
232 return Layout.DIRS_ALL_RIGHT_TO_LEFT; in getDirections()243 return Layout.DIRS_ALL_RIGHT_TO_LEFT; in getDirections()
1427 if (dirs == DIRS_ALL_LEFT_TO_RIGHT || dirs == DIRS_ALL_RIGHT_TO_LEFT) { in isLevelBoundary()1460 if (dirs == DIRS_ALL_RIGHT_TO_LEFT) { in isRtlCharAt()1486 if (dirs == DIRS_ALL_LEFT_TO_RIGHT || dirs == DIRS_ALL_RIGHT_TO_LEFT) { in getRunRange()3710 public static final Directions DIRS_ALL_RIGHT_TO_LEFT = local