Searched refs:getCandidate (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterPointRepresentation.java58 public Object getCandidate(int index) { method in class:FilterPointRepresentation
H A DFilterRedEyeRepresentation.java53 RedEyeCandidate r = (RedEyeCandidate) getCandidate(i);
H A DImageFilterRedEye.java67 RectF r = new RectF(((RedEyeCandidate) (mParameters.getCandidate(i))).mRect);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImplJni.java234 * use {@code getStroke()}, {@code getCandidate()}, {@code getFreqeuency(),} or other {@code get...()} method.
259 public static final native String getCandidate( long work ); method in class:OpenWnnDictionaryImplJni
H A DOpenWnnDictionaryImpl.java685 result.candidate = OpenWnnDictionaryImplJni.getCandidate( this.mWnnWork );
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java107 private WnnWord getCandidate(int index) { method in class:OpenWnnEngineEN
305 WnnWord word = getCandidate(mOutputNum);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java200 private WnnWord getCandidate(int index) { method in class:OpenWnnEngineJAJP
485 WnnWord word = getCandidate(mOutputNum);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java558 commitResultText(mDecInfo.getCandidate(mCandidatesContainer
826 String choice = mDecInfo.getCandidate(candId);
1904 public String getCandidate(int candId) { method in class:PinyinIME.DecodingInfo

Completed in 157 milliseconds