D | Paint.java | 2611 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint 2631 public void getTextBounds(CharSequence text, int start, int end, Rect bounds) { in getTextBounds() method in Paint 2640 getTextBounds(buf, 0, end - start, bounds); in getTextBounds() 2653 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint
|