Searched defs:getTextBounds (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/awt/org/apache/harmony/awt/state/ |
| D | MenuItemState.java | 33 Rectangle getTextBounds(); in getTextBounds() method
|
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| D | Paint.java | 1148 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint 1170 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Paint.java | 1336 public void getTextBounds(String text, int start, int end, Rect bounds) { in getTextBounds() method in Paint 1356 public void getTextBounds(char[] text, int index, int count, Rect bounds) { in getTextBounds() method in Paint
|