D | Paint.java | 2795 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint 2819 public void getTextBounds(@NonNull CharSequence text, int start, int end, in getTextBounds() method in Paint 2829 getTextBounds(buf, 0, end - start, bounds); in getTextBounds() 2842 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint
|