Searched defs:getTextBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2515 public void getTextBounds(String text, int start, int end, Rect bounds) { method in class:Paint
2535 public void getTextBounds(CharSequence text, int start, int end, Rect bounds) { method in class:Paint
2544 getTextBounds(buf, 0, end - start, bounds);
2557 public void getTextBounds(char[] text, int index, int count, Rect bounds) { method in class:Paint

Completed in 103 milliseconds