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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterPointRepresentation.java46 public Vector<FilterPoint> getCandidates() { method in class:FilterPointRepresentation
52 if (getCandidates() != null && getCandidates().size() > 0) {
H A DImageFilterRedEye.java42 public Vector<FilterPoint> getCandidates() { method in class:ImageFilterRedEye
43 return mParameters.getCandidates();
H A DFilterRedEyeRepresentation.java52 for (int i = 0; i < getCandidates().size(); i++) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImagePoint.java72 for (FilterPoint candidate : mRedEyeRep.getCandidates()) {

Completed in 78 milliseconds