Home
last modified time | relevance | path

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

/frameworks/base/awt/org/apache/harmony/awt/state/
DMenuItemState.java33 Rectangle getTextBounds(); in getTextBounds() method
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint.java1148 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/
DPaint.java1336 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