Searched refs:getCandidate (Results 1 - 7 of 7) 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);

Completed in 2364 milliseconds