Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java104 final float[] widths = new float[len]; in getTextWidth() local
105 final int count = paint.getTextWidths(text, 0, len, widths); in getTextWidth()
108 width += widths[i]; in getTextWidth()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java176 final float[] widths = new float[offsetEnd - offsetStart]; in extractFromTextViewInternal() local
177 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths); in extractFromTextViewInternal()
181 final float charWidth = widths[offset - offsetStart]; in extractFromTextViewInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java631 final float[] widths = new float[length]; in getTextWidth() local
636 count = paint.getTextWidths(text, 0, length, widths); in getTextWidth()
642 width += Math.round(widths[i] + 0.5f); in getTextWidth()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...