OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unifiedEndIndex
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DateBucket.java
14
final int
unifiedEndIndex
;
18
public DateBucket(SimpleDate date, int unifiedStartIndex, int
unifiedEndIndex
,
22
this.
unifiedEndIndex
=
unifiedEndIndex
;
MtpDeviceIndex.java
259
if (bucket.
unifiedEndIndex
== zeroIndex) {
348
if (bucket.
unifiedEndIndex
== zeroIndex) {
375
- results.buckets[results.buckets.length - 1 - bucketNumber].
unifiedEndIndex
410
return results.buckets[results.unifiedLookupIndex[position]].
unifiedEndIndex
MtpDeviceIndexRunnable.java
111
int nextUnifiedEntry, unifiedStartIndex, numBucketObjects,
unifiedEndIndex
, itemsStartIndex;
122
unifiedEndIndex
= nextUnifiedEntry - 1;
130
buckets[i] = new DateBucket(bucketTemp.getKey(), unifiedStartIndex,
unifiedEndIndex
,
Completed in 1155 milliseconds