OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemsStartIndex
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DateBucket.java
15
final int
itemsStartIndex
;
19
int
itemsStartIndex
, int numItems) {
23
this.
itemsStartIndex
=
itemsStartIndex
;
MtpDeviceIndex.java
253
return results.mtpObjects[bucket.
itemsStartIndex
+ position - 1
262
return results.mtpObjects[bucket.
itemsStartIndex
+ zeroIndex
309
if (results.buckets[iMid].
itemsStartIndex
+ results.buckets[iMid].numItems
312
} else if (results.buckets[iMid].
itemsStartIndex
> position) {
320
- results.buckets[bucketNumber].
itemsStartIndex
+ 1;
344
return bucket.
itemsStartIndex
+ position - 1 - bucket.unifiedStartIndex;
351
return results.mtpObjects.length - 1 - bucket.
itemsStartIndex
MtpDeviceIndexRunnable.java
111
int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex,
itemsStartIndex
;
125
itemsStartIndex
= currentItemsEntry;
131
itemsStartIndex
, numBucketObjects);
Completed in 230 milliseconds