OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtpObjects
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java
53
final IngestObjectInfo[]
mtpObjects
;
58
int[] unifiedLookupIndex, IngestObjectInfo[]
mtpObjects
, DateBucket[] buckets) {
60
this.
mtpObjects
=
mtpObjects
;
107
IngestObjectInfo[]
mtpObjects
= new IngestObjectInfo[numObjects];
127
mtpObjects
[currentItemsEntry] = objects.get(j);
135
new Results(unifiedLookupIndex,
mtpObjects
, buckets))) {
MtpDeviceIndex.java
211
return results.
mtpObjects
[bucket.itemsStartIndex + position - 1
220
return results.
mtpObjects
[bucket.itemsStartIndex + zeroIndex
237
return results.
mtpObjects
[position];
239
return results.
mtpObjects
[results.
mtpObjects
.length - 1 - position];
260
position = results.
mtpObjects
.length - 1 - position;
309
return results.
mtpObjects
.length - 1 - bucket.itemsStartIndex
319
return results != null ? results.
mtpObjects
.length : 0;
Completed in 178 milliseconds