Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java232 mNumberPain.getTextBounds(str, 0, str.length(), r); in placeNumber()
/frameworks/base/core/java/android/content/res/
DStringBlock.java378 p.getTextBounds("ABCDEFG", 0, 7, r); in chooseHeight()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2075 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint
2095 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java521 paint.getTextBounds((String)text, 0, text.length(), bounds); in getTextYOffset()
/frameworks/base/api/
Dcurrent.txt8293 method public void getTextBounds(java.lang.String, int, int, android.graphics.Rect);
8294 method public void getTextBounds(char[], int, int, android.graphics.Rect);
D14.txt8293 method public void getTextBounds(java.lang.String, int, int, android.graphics.Rect);
8294 method public void getTextBounds(char[], int, int, android.graphics.Rect);