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/
SuggestionStripLayoutHelper.java 83 private final ArrayList<TextView> mWordViews;
113 mWordViews = wordViews;
370 final TextView centerWordView = mWordViews.get(mCenterPositionInStrip);
415 * Format appropriately the suggested word in {@link #mWordViews} specified by
431 final TextView wordView = mWordViews.get(positionInStrip);
493 final TextView wordView = mWordViews.get(positionInStrip);
510 final TextView wordView = mWordViews.get(positionInStrip);
534 final TextView wordView = mWordViews.get(positionInStrip);
    [all...]
SuggestionStripView.java 80 private final ArrayList<TextView> mWordViews = new ArrayList<>();
166 mWordViews.add(word);
176 context, attrs, defStyle, mWordViews, mDividerViews, mDebugInfoViews);
367 mWordViews.get(i).setPressed(false);

Completed in 379 milliseconds