OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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>();
37
representation.
mCandidates
= (Vector<FilterPoint>)
mCandidates
.clone();
42
return
mCandidates
!= null;
46
return
mCandidates
;
58
return this.
mCandidates
.get(index);
62
this.
mCandidates
.add(c);
69
mCandidates
.clear();
70
for (FilterPoint redEyeCandidate : representation.
mCandidates
) {
71
mCandidates
.add(redEyeCandidate)
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
173
private MatchCandidateList
mCandidates
= new MatchCandidateList();
459
mCandidates
, mMatcher);
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
Completed in 1346 milliseconds