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 });
2239 boolean isRtl = (dirs.mDirections[i+1] & RUN_RTL_FLAG) != 0; in getOffsetForHorizontal()3042 ((dirs.mDirections[i + 1] & RUN_RTL_FLAG) != 0) in addSelection()3528 return (mDirections[runIndex * 2 + 1] & RUN_RTL_FLAG) != 0; in isRunRtl()3685 /* package */ static final int RUN_RTL_FLAG = 1 << RUN_LEVEL_SHIFT; local3711 new Directions(new int[] { 0, RUN_LENGTH_MASK | RUN_RTL_FLAG });
55564 Landroid/text/Layout;->RUN_RTL_FLAG:I