Searched refs:addCandidate (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java132 addCandidate(word);
138 addCandidate(new WnnWord(mInputString, mSearchKey));
142 addCandidate(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1),
147 addCandidate(new WnnWord(mSearchKey.toUpperCase(), mSearchKey));
162 private boolean addCandidate(WnnWord word) { method in class:OpenWnnEngineEN
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterPointRepresentation.java62 public void addCandidate(FilterPoint c) { method in class:FilterPointRepresentation
H A DFilterRedEyeRepresentation.java64 addCandidate(new RedEyeCandidate(rect, bounds));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java219 addCandidate(word);
237 addCandidate((WnnWord)convResult.next());
251 addCandidate(it.next());
273 private boolean addCandidate(WnnWord word) { method in class:OpenWnnEngineJAJP

Completed in 60 milliseconds