Home
last modified time | relevance | path

Searched refs:RUN_LENGTH_MASK (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutDirectionsTest.java45 private static final int RUN_LENGTH_MASK = 0x03ffffff; field in StaticLayoutDirectionsTest
51 new Directions(new int[] { 0, RUN_LENGTH_MASK });
53 new Directions(new int[] { 0, RUN_LENGTH_MASK | RUN_RTL_FLAG });
/frameworks/base/core/java/android/text/
DLayout.java991 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in isRtlCharAt()
1017 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in getRunRange()
1063 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in primaryIsTrailingPrevious()
1089 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in primaryIsTrailingPrevious()
1121 int limit = start + (runs[i + 1] & RUN_LENGTH_MASK); in primaryIsTrailingPreviousAllLineOffsets()
1569 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal()
1947 int there = here + (dirs.mDirections[i + 1] & RUN_LENGTH_MASK); in addSelection()
2426 return mDirections[runIndex * 2 + 1] & RUN_LENGTH_MASK; in getRunLength()
2574 /* package */ static final int RUN_LENGTH_MASK = 0x03ffffff; local
2597 new Directions(new int[] { 0, RUN_LENGTH_MASK });
[all …]
DTextLine.java558 runLimit = runStart + (runs[runIndex+1] & Layout.RUN_LENGTH_MASK);
575 (runs[prevRunIndex+1] & Layout.RUN_LENGTH_MASK);
632 (runs[otherRunIndex+1] & Layout.RUN_LENGTH_MASK);