Searched refs:getCharWidthAt (Results 1 – 8 of 8) sorted by relevance
984 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);
739 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in PrecomputedText744 return getMeasuredParagraph(paraIndex).getCharWidthAt(offset - paraStart); in getCharWidthAt()
400 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredParagraph401 return mMeasuredText.getCharWidthAt(offset); in getCharWidthAt()
173 public @FloatRange(from = 0.0f) @Px float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredText
7919 HSPLandroid/graphics/text/MeasuredText;->getCharWidthAt(I)F+]Ljava/lang/StringBuilder;Ljava/lang/St…14713 HSPLandroid/text/MeasuredParagraph;->getCharWidthAt(I)F
7922 HSPLandroid/graphics/text/MeasuredText;->getCharWidthAt(I)F+]Ljava/lang/StringBuilder;Ljava/lang/St…14777 HSPLandroid/text/MeasuredParagraph;->getCharWidthAt(I)F
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18143 method @FloatRange(from=0.0f) @Px public float getCharWidthAt(@IntRange(from=0) int);