Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2980 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint
3004 public void getTextBounds(@NonNull CharSequence text, int start, int end, in getTextBounds() method in Paint
3027 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint