OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCandidates
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPointRepresentation.java
23
private Vector<FilterPoint>
mCandidates
= new Vector<FilterPoint>();
43
return
mCandidates
!= null;
47
return
mCandidates
;
59
return this.
mCandidates
.get(index);
63
this.
mCandidates
.add(c);
70
mCandidates
.clear();
71
for (FilterPoint redEyeCandidate : representation.
mCandidates
) {
72
mCandidates
.add(redEyeCandidate);
78
this.
mCandidates
.remove(c);
82
this.
mCandidates
.clear()
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
176
private MatchCandidateList
mCandidates
= new MatchCandidateList();
473
mCandidates
, mMatcher);
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
Completed in 267 milliseconds