HomeSort by relevance Sort by last modified time
    Searched refs:getTextWidth (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 83 final int width = getTextWidth(LONG_TEXT, paint);
214 private int getTextWidth(String str, TextPaint paint) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 472 private static int getTextWidth(Paint paint, String text, float textSize, Rect bounds) {
517 int textWidth = getTextWidth(paint, language, origTextSize, bounds);
523 textWidth = getTextWidth(paint, language, textSize, bounds);
533 textWidth = getTextWidth(paint, language, origTextSize, bounds);
    [all...]

Completed in 249 milliseconds