HomeSort by relevance Sort by last modified time
    Searched refs:mWordViews (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 78 private final ArrayList<TextView> mWordViews = new ArrayList<>();
152 mWordViews.add(word);
162 context, attrs, defStyle, mWordViews, mDividerViews, mDebugInfoViews);
327 mWordViews.get(i).setPressed(false);
SuggestionStripLayoutHelper.java 82 private final ArrayList<TextView> mWordViews;
110 mWordViews = wordViews;
361 final TextView centerWordView = mWordViews.get(mCenterPositionInStrip);
407 * Format appropriately the suggested word in {@link #mWordViews} specified by
423 final TextView wordView = mWordViews.get(positionInStrip);
489 final TextView wordView = mWordViews.get(positionInStrip);
506 final TextView wordView = mWordViews.get(positionInStrip);
530 final TextView wordView = mWordViews.get(positionInStrip);

Completed in 67 milliseconds