Searched defs:mSuggestionStripView (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java139 private SuggestionStripView mSuggestionStripView; field in class:LatinIME
628 mSuggestionStripView = (SuggestionStripView)view.findViewById(R.id.suggestion_strip_view);
629 if (mSuggestionStripView != null)
630 mSuggestionStripView.setListener(this, view);
759 if (mSuggestionStripView != null) {
1091 params.height = mSuggestionStripView.setMoreSuggestionsHeight(remainingHeight);
1977 if (null != mSuggestionStripView) mSuggestionStripView.dismissAddToDictionaryHint();
2118 if (mSuggestionStripView == null)
2120 if (mSuggestionStripView
[all...]

Completed in 16 milliseconds