Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java331 private static void addDivider(final ViewGroup stripView, final View dividerView) { in addDivider() argument
332 stripView.addView(dividerView); in addDivider()
350 final ViewGroup stripView, in layoutAndReturnStartIndexOfMoreSuggestions() argument
354 (PunctuationSuggestions)suggestedWords, stripView); in layoutAndReturnStartIndexOfMoreSuggestions()
362 final int stripWidth = stripView.getWidth(); in layoutAndReturnStartIndexOfMoreSuggestions()
371 stripView.addView(centerWordView); in layoutAndReturnStartIndexOfMoreSuggestions()
388 addDivider(stripView, divider); in layoutAndReturnStartIndexOfMoreSuggestions()
394 stripView.addView(wordView); in layoutAndReturnStartIndexOfMoreSuggestions()
522 final PunctuationSuggestions punctuationSuggestions, final ViewGroup stripView) { in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions() argument
527 addDivider(stripView, mDividerViews.get(positionInStrip)); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()
[all …]