use of com.android.inputmethod.latin.suggestions.SuggestionStripView in project android_packages_inputmethods_LatinIME by CyanogenMod.
the class InputView method onFinishInflate.
@Override
protected void onFinishInflate() {
final SuggestionStripView suggestionStripView = (SuggestionStripView) findViewById(R.id.suggestion_strip_view);
mMainKeyboardView = (MainKeyboardView) findViewById(R.id.keyboard_view);
mKeyboardTopPaddingForwarder = new KeyboardTopPaddingForwarder(mMainKeyboardView, suggestionStripView);
mMoreSuggestionsViewCanceler = new MoreSuggestionsViewCanceler(mMainKeyboardView, suggestionStripView);
}
Aggregations