Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2611 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
2653 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint