/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | DynamicLayoutTest.java | 19 import static android.text.Layout.Alignment.ALIGN_NORMAL; 49 ALIGN_NORMAL, 0, 0, false); in testGetBlocksAlwaysNeedToBeRedrawn_en() 75 ALIGN_NORMAL, 0, 0, false); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan() 104 ALIGN_NORMAL, 0, 0, false); in testGetBlocksAlwaysNeedToBeRedrawn_thai() 129 .setAlignment(ALIGN_NORMAL) in testGetLineExtra_withoutLinespacing() 137 ALIGN_NORMAL, in testGetLineExtra_withoutLinespacing() 159 .setAlignment(ALIGN_NORMAL) in testGetLineExtra_withLinespacing() 168 ALIGN_NORMAL, in testGetLineExtra_withLinespacing() 183 ALIGN_NORMAL, 1.0f /*spacingMultiplier*/, 0f /*spacingAdd*/, false /*includepad*/); in testGetLineExtra_withNegativeValue() 190 ALIGN_NORMAL, 1.0f /*spacingMultiplier*/, 0f /*spacingAdd*/, false /*includepad*/); in testGetLineExtra_withParamGreaterThanLineCount() [all …]
|
H A D | DynamicLayoutOffsetMappingTest.java | 19 import static android.text.Layout.Alignment.ALIGN_NORMAL; 46 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping() 63 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_deletion() 91 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_insertion() 112 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_replace() 130 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_blockBeforeTextChanged_deletion() 153 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_blockBeforeTextChanged_insertion() 174 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_blockBeforeTextChanged_replace() 191 .setAlignment(ALIGN_NORMAL) in textWithOffsetMapping_onlyCallOnTextChanged_notCrash()
|
H A D | TextLayoutTest.java | 44 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testStaticLayout() 51 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testDynamicLayoutTest()
|
H A D | DynamicLayoutBlocksTest.java | 19 import static android.text.Layout.Alignment.ALIGN_NORMAL; 42 private DynamicLayout dl = new DynamicLayout("", new TextPaint(), 0, ALIGN_NORMAL, 0, 0, false);
|
H A D | StaticLayoutTest.java | 19 import static android.text.Layout.Alignment.ALIGN_NORMAL; 330 Alignment align = ALIGN_NORMAL;
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | StaticLayoutCreateDrawPerfTest.java | 18 import static android.text.Layout.Alignment.ALIGN_NORMAL; 140 .setAlignment(ALIGN_NORMAL) in createLayout()
|
H A D | BoringLayoutCreateDrawPerfTest.java | 18 import static android.text.Layout.Alignment.ALIGN_NORMAL; 149 ALIGN_NORMAL, SPACING_MULT, SPACING_ADD, metrics, true /*includePad*/); in createLayout()
|
H A D | DynamicLayoutPerfTest.java | 19 import static android.text.Layout.Alignment.ALIGN_NORMAL; 119 ALIGN_NORMAL, 0, 0, false);
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Layout.java | 569 if (align == Alignment.ALIGN_NORMAL) { in getJustifyWidth() 706 Alignment.ALIGN_NORMAL : Alignment.ALIGN_OPPOSITE; in drawText() 709 Alignment.ALIGN_OPPOSITE : Alignment.ALIGN_NORMAL; in drawText() 714 if (align == Alignment.ALIGN_NORMAL) { in drawText() 871 align = (dir == DIR_LEFT_TO_RIGHT) ? Alignment.ALIGN_NORMAL : Alignment.ALIGN_OPPOSITE; in getLineStartPos() 877 if (align == Alignment.ALIGN_NORMAL) { in getLineStartPos() 1583 case ALIGN_NORMAL: in getLineLeft() 1635 case ALIGN_NORMAL: in getLineRight() 2546 case ALIGN_NORMAL: in shouldClampCursor() 3250 private Alignment mAlignment = Alignment.ALIGN_NORMAL; [all …]
|
H A D | BoringLayout.java | 347 if (source instanceof String && align == Layout.Alignment.ALIGN_NORMAL) { in init()
|
H A D | Html.java | 370 if (alignment == Layout.Alignment.ALIGN_NORMAL) { in getTextStyles() 980 start(text, new Alignment(Layout.Alignment.ALIGN_NORMAL)); in startBlockElement()
|
H A D | DynamicLayout.java | 80 b.mAlignment = Alignment.ALIGN_NORMAL; in obtain()
|
H A D | StaticLayout.java | 103 b.mAlignment = Alignment.ALIGN_NORMAL; in obtain()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | Touch.java | 68 (!ltr && (a == Alignment.ALIGN_NORMAL)) || in scrollTo()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | Cea708CaptionRenderer.java | 1906 mCCView.setAlignment(Alignment.ALIGN_NORMAL); in initWindow() 1931 mCCView.setAlignment(Alignment.ALIGN_NORMAL); in initWindow()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 10499 alignment = Layout.Alignment.ALIGN_NORMAL; 10514 alignment = Layout.Alignment.ALIGN_NORMAL; 10519 alignment = Layout.Alignment.ALIGN_NORMAL; 10539 alignment = Layout.Alignment.ALIGN_NORMAL; 10574 && (alignment == Layout.Alignment.ALIGN_NORMAL 11347 if (a == Layout.Alignment.ALIGN_NORMAL) { in bringTextIntoView() 11446 case ALIGN_NORMAL: in bringPointIntoView()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 47389 enum_constant public static final android.text.Layout.Alignment ALIGN_NORMAL;
|