Searched refs:widths (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyPreviewView.java | 104 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/ |
D | CursorAnchorInfoUtils.java | 176 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/apps/Terminal/src/com/android/terminal/ |
D | TerminalView.java | 101 final float[] widths = new float[1]; in setTextSize() local 102 textPaint.getTextWidths("X", widths); in setTextSize() 103 charWidth = (int) Math.ceil(widths[0]); in setTextSize()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripLayoutHelper.java | 631 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/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |