Home
last modified time | relevance | path

Searched refs:getCharWidthAt (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/
DStaticLayout.java984 width += measuredPara.getCharWidthAt(j); in generate()
1308 float w = measured.getCharWidthAt(i - 1 + lineStart - widthStart);
1311 && measured.getCharWidthAt(i + lineStart - widthStart) == 0.0f) {
1333 float w = measured.getCharWidthAt(i + lineStart - widthStart);
1356 float w = measured.getCharWidthAt(right - 1 + lineStart - widthStart);
1360 && measured.getCharWidthAt(right + lineStart - widthStart)
1371 float w = measured.getCharWidthAt(left + lineStart - widthStart);
DPrecomputedText.java739 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in PrecomputedText
744 return getMeasuredParagraph(paraIndex).getCharWidthAt(offset - paraStart); in getCharWidthAt()
DMeasuredParagraph.java400 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredParagraph
401 return mMeasuredText.getCharWidthAt(offset); in getCharWidthAt()
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java173 public @FloatRange(from = 0.0f) @Px float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredText
/frameworks/base/boot/
Dboot-image-profile.txt7919 HSPLandroid/graphics/text/MeasuredText;->getCharWidthAt(I)F+]Ljava/lang/StringBuilder;Ljava/lang/St…
14713 HSPLandroid/text/MeasuredParagraph;->getCharWidthAt(I)F
/frameworks/base/config/
Dboot-image-profile.txt7922 HSPLandroid/graphics/text/MeasuredText;->getCharWidthAt(I)F+]Ljava/lang/StringBuilder;Ljava/lang/St…
14777 HSPLandroid/text/MeasuredParagraph;->getCharWidthAt(I)F
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18143 method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int);