Searched refs:RUN_RTL_FLAG (Results 1 – 3 of 3) sorted by relevance
48 private static final int RUN_RTL_FLAG = 1 << RUN_LEVEL_SHIFT; field in StaticLayoutDirectionsTest53 new Directions(new int[] { 0, RUN_LENGTH_MASK | RUN_RTL_FLAG });
1570 boolean isRtl = (dirs.mDirections[i+1] & RUN_RTL_FLAG) != 0; in getOffsetForHorizontal()1965 ((dirs.mDirections[i + 1] & RUN_RTL_FLAG) != 0) in addSelection()2437 return (mDirections[runIndex * 2 + 1] & RUN_RTL_FLAG) != 0; in isRunRtl()2577 /* package */ static final int RUN_RTL_FLAG = 1 << RUN_LEVEL_SHIFT; local2603 new Directions(new int[] { 0, RUN_LENGTH_MASK | RUN_RTL_FLAG });
70230 Landroid/text/Layout;->RUN_RTL_FLAG:I