HomeSort by relevance Sort by last modified time
    Searched full:moresuggestionsview (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/res/layout/
more_suggestions.xml 27 <com.android.inputmethod.latin.suggestions.MoreSuggestionsView
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 43 public final class MoreSuggestionsView extends KeyboardView implements MoreKeysPanel {
82 public MoreSuggestionsView(Context context, AttributeSet attrs) {
86 public MoreSuggestionsView(Context context, AttributeSet attrs, int defStyle) {
204 return MoreSuggestionsView.this;
MoreSuggestions.java 54 // TODO: Remove {@link MoreSuggestionsView} argument.
56 final int minWidth, final int maxRow, final MoreSuggestionsView view) {
168 private final MoreSuggestionsView mPaneView;
173 public Builder(final MoreSuggestionsView paneView) {
SuggestionStripView.java 89 private final MoreSuggestionsView mMoreSuggestionsView;
631 mMoreSuggestionsView = (MoreSuggestionsView)mMoreSuggestionsContainer
    [all...]

Completed in 137 milliseconds