Home
last modified time | relevance | path

Searched refs:DIR_RIGHT_TO_LEFT (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineLetterSpacingTest.kt49 assertThat(TextLine.calculateRunFlag(0, 1, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
60 assertThat(TextLine.calculateRunFlag(0, 2, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
63 assertThat(TextLine.calculateRunFlag(1, 2, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
77 assertThat(TextLine.calculateRunFlag(0, 3, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
80 assertThat(TextLine.calculateRunFlag(1, 3, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
83 assertThat(TextLine.calculateRunFlag(2, 3, Layout.DIR_RIGHT_TO_LEFT)) in calculateRunFlagTest()
DMeasuredParagraphTest.java120 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForMeasurement()
160 assertEquals(Layout.DIR_RIGHT_TO_LEFT, mt2.getParagraphDir()); in buildForStaticLayout()
DStaticLayoutBidiTest.java43 public static final int R = Layout.DIR_RIGHT_TO_LEFT;
/frameworks/base/core/java/android/text/
DLayout.java730 if (dir == DIR_RIGHT_TO_LEFT) { in getJustifyWidth()
857 if (dir == DIR_RIGHT_TO_LEFT) { in drawText()
1296 if (getParagraphDirection(line) == Layout.DIR_RIGHT_TO_LEFT) { in computeDrawingBoundingBox()
1910 dir == DIR_RIGHT_TO_LEFT ? Alignment.ALIGN_RIGHT : Alignment.ALIGN_LEFT; in getLineLeft()
1914 dir == DIR_RIGHT_TO_LEFT ? Alignment.ALIGN_LEFT : Alignment.ALIGN_RIGHT; in getLineLeft()
1962 dir == DIR_RIGHT_TO_LEFT ? Alignment.ALIGN_RIGHT : Alignment.ALIGN_LEFT; in getLineRight()
1966 dir == DIR_RIGHT_TO_LEFT ? Alignment.ALIGN_LEFT : Alignment.ALIGN_RIGHT; in getLineRight()
2845 boolean advance = toLeft == (lineDir == DIR_RIGHT_TO_LEFT); in getOffsetToLeftRightOf()
3100 if (getParagraphDirection(startline) == DIR_RIGHT_TO_LEFT) { in getSelection()
3111 if (getParagraphDirection(i) == DIR_RIGHT_TO_LEFT) { in getSelection()
[all …]
DAndroidBidi.java61 return (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT; in bidi()
DTextLine.java597 final boolean sameDirection = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl; in measure()
700 final boolean sameDirection = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
768 (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
DMeasuredParagraph.java207 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT; in getParagraphDir()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelper.java279 if (layout.getParagraphDirection(lineStart) == Layout.DIR_RIGHT_TO_LEFT) { in getBoundsForSpan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt141 if (child.layout.getParagraphDirection(0) == Layout.DIR_RIGHT_TO_LEFT) { in applyCurrentState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29728 field public static final int DIR_RIGHT_TO_LEFT = -1; // 0xffffffff
/frameworks/base/core/api/
Dcurrent.txt47798 field public static final int DIR_RIGHT_TO_LEFT = -1; // 0xffffffff