OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhotoIds
(Results
1 - 2
of
2
) sorted by null
/development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java
29
private int[]
mPhotoIds
= new int[] { R.drawable.sample_0,
47
%
mPhotoIds
.length;
68
imageView.setImageResource(
mPhotoIds
[photoIndex]);
72
mPhotoIds
.length));
/packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java
571
private final Set<Long>
mPhotoIds
= Sets.newHashSet();
672
mPhotoIds
.clear();
677
while(preloadSize > 0 &&
mPhotoIds
.size() < PRELOAD_BATCH) {
681
mPhotoIds
.add(photoId);
726
obtainPhotoIdsAndUrisToLoad(
mPhotoIds
, mPhotoIdsAsStrings, mPhotoUris);
733
if (
mPhotoIds
.isEmpty()) {
740
for (Long id :
mPhotoIds
) {
750
for (int i = 0; i <
mPhotoIds
.size(); i++) {
771
mPhotoIds
.remove(id);
781
for (Long id :
mPhotoIds
) {
[
all
...]
Completed in 703 milliseconds