Searched refs:buildForMeasurement (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | MeasuredParagraphTest.java | 95 public void buildForMeasurement() { in buildForMeasurement() method in MeasuredParagraphTest 98 mt = MeasuredParagraph.buildForMeasurement(PAINT, "XXX", 0, 3, LTR, null); in buildForMeasurement() 115 MeasuredParagraph.buildForMeasurement(PAINT, "_VVV_", 1, 4, RTL, mt); in buildForMeasurement() 171 MeasuredParagraph.buildForMeasurement(PAINT, "X…", 0, 2, RTL, null); in testFor70146381()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | MeasuredParagraph.java | 336 public static @NonNull MeasuredParagraph buildForMeasurement(@NonNull TextPaint paint, in buildForMeasurement() method in MeasuredParagraph
|
H A D | TextUtils.java | 1331 mt = MeasuredParagraph.buildForMeasurement(paint, text, 0, text.length(), textDir, mt); in ellipsize() 1528 mt = MeasuredParagraph.buildForMeasurement(p, text, 0, len, textDir, mt); in commaEllipsize() 1568 tempMt = MeasuredParagraph.buildForMeasurement( in commaEllipsize()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 15279 HSPLandroid/text/MeasuredParagraph;->buildForMeasurement(Landroid/text/TextPaint;Ljava/lang/CharSeq…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 15328 HSPLandroid/text/MeasuredParagraph;->buildForMeasurement(Landroid/text/TextPaint;Ljava/lang/CharSeq…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59547 Landroid/text/MeasuredParagraph;->buildForMeasurement(Landroid/text/TextPaint;Ljava/lang/CharSequen…
|