Home
last modified time | relevance | path

Searched refs:mSuggestions (Results 1 – 1 of 1) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java37 private List<String> mSuggestions; field in CandidateView
162 if (mSuggestions == null) return; in onDraw()
171 final int count = mSuggestions.size(); in onDraw()
182 String suggestion = mSuggestions.get(i); in onDraw()
243 mSuggestions = new ArrayList<String>(suggestions); in setSuggestions()
255 mSuggestions = EMPTY_LIST; in clear()