Searched refs:SentenceWordItem (Results 1 – 2 of 2) sorted by relevance
51 public static class SentenceWordItem { class in SentenceLevelAdapter55 public SentenceWordItem(TextInfo ti, int start, int end) { in SentenceWordItem() method in SentenceLevelAdapter.SentenceWordItem67 final ArrayList<SentenceWordItem> mItems;69 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { in SentenceTextInfoParams()143 final ArrayList<SentenceWordItem> wordItems = new ArrayList<SentenceWordItem>();151 wordItems.add(new SentenceWordItem(ti, wordStart, wordEnd));179 final SentenceWordItem item = originalTextInfoParams.mItems.get(i);
178 final ArrayList<SentenceLevelAdapter.SentenceWordItem> mItems = in splitAndSuggest()