Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2432 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint
2452 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint