Home | History | Annotate | Download | only in text

Lines Matching defs:getDesiredWidth

150     public static float getDesiredWidth(CharSequence source,
152 return getDesiredWidth(source, 0, source.length(), paint);
163 public static float getDesiredWidth(CharSequence source, int start, int end, TextPaint paint) {
164 return getDesiredWidth(source, start, end, paint, TextDirectionHeuristics.FIRSTSTRONG_LTR);
173 public static float getDesiredWidth(CharSequence source, int start, int end, TextPaint paint,