Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DStaticLayout.java801 width += measuredPara.getCharWidthAt(j); in generate()
1085 float w = measured.getCharWidthAt(i - 1 + lineStart - widthStart);
1088 && measured.getCharWidthAt(i + lineStart - widthStart) == 0.0f) {
1110 float w = measured.getCharWidthAt(i + lineStart - widthStart);
1133 float w = measured.getCharWidthAt(right - 1 + lineStart - widthStart);
1137 && measured.getCharWidthAt(right + lineStart - widthStart)
1148 float w = measured.getCharWidthAt(left + lineStart - widthStart);
DPrecomputedText.java616 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in PrecomputedText
621 return getMeasuredParagraph(paraIndex).getCharWidthAt(offset - paraStart); in getCharWidthAt()
DMeasuredParagraph.java293 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredParagraph
294 return mMeasuredText.getCharWidthAt(offset); in getCharWidthAt()
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java124 public @FloatRange(from = 0.0f) @Px float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredText
/frameworks/base/config/
Dboot-image-profile.txt6933 HSPLandroid/graphics/text/MeasuredText;->getCharWidthAt(I)F
14917 HSPLandroid/text/MeasuredParagraph;->getCharWidthAt(I)F
/frameworks/base/non-updatable-api/
Dcurrent.txt16002 method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int);
/frameworks/base/api/
Dcurrent.txt16002 method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int);