Searched refs:MoreSuggestionsView (Results 1 – 4 of 4) sorted by relevance
36 public final class MoreSuggestionsView extends MoreKeysKeyboardView { class37 private static final String TAG = MoreSuggestionsView.class.getSimpleName();45 public MoreSuggestionsView(final Context context, final AttributeSet attrs) { in MoreSuggestionsView() method in MoreSuggestionsView49 public MoreSuggestionsView(final Context context, final AttributeSet attrs, in MoreSuggestionsView() method in MoreSuggestionsView
53 import com.android.inputmethod.latin.suggestions.MoreSuggestionsView.MoreSuggestionsListener;75 private final MoreSuggestionsView mMoreSuggestionsView;165 mMoreSuggestionsView = (MoreSuggestionsView)mMoreSuggestionsContainer in SuggestionStripView()
180 private final MoreSuggestionsView mPaneView;185 public Builder(final Context context, final MoreSuggestionsView paneView) { in Builder()
28 import com.android.inputmethod.latin.suggestions.MoreSuggestionsView;