Home
last modified time | relevance | path

Searched refs:RUN_LENGTH_MASK (Results 1 – 4 of 4) 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.java1467 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in isRtlCharAt()
1493 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in getRunRange()
1539 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in primaryIsTrailingPrevious()
1565 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in primaryIsTrailingPrevious()
1597 int limit = start + (runs[i + 1] & RUN_LENGTH_MASK); in primaryIsTrailingPreviousAllLineOffsets()
2238 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal()
3024 int there = here + (dirs.mDirections[i + 1] & RUN_LENGTH_MASK); in addSelection()
3505 return mDirections[runIndex * 2 + 1] & RUN_LENGTH_MASK; in getRunLength()
3682 /* package */ static final int RUN_LENGTH_MASK = 0x03ffffff; local
3705 new Directions(new int[] { 0, RUN_LENGTH_MASK });
[all …]
DTextLine.java963 runLimit = runStart + (runs[runIndex+1] & Layout.RUN_LENGTH_MASK);
980 (runs[prevRunIndex+1] & Layout.RUN_LENGTH_MASK);
1037 (runs[otherRunIndex+1] & Layout.RUN_LENGTH_MASK);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55561 Landroid/text/Layout;->RUN_LENGTH_MASK:I