Searched refs:mLayoutHelper (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java88 private final SuggestionStripLayoutHelper mLayoutHelper; field in class:SuggestionStripView
175 mLayoutHelper = new SuggestionStripLayoutHelper(
217 mStartIndexOfMoreSuggestions = mLayoutHelper.layoutAndReturnStartIndexOfMoreSuggestions(
223 mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
231 mLayoutHelper.layoutAddToDictionaryHint(word, mAddToDictionaryStrip);
265 mLayoutHelper.layoutImportantNotice(mImportantNoticeStrip, importantNoticeTitle);
339 final SuggestionStripLayoutHelper layoutHelper = mLayoutHelper;

Completed in 85 milliseconds