OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unifiedStartIndex
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DateBucket.java
13
final int
unifiedStartIndex
;
18
public DateBucket(SimpleDate date, int
unifiedStartIndex
, int unifiedEndIndex,
21
this.
unifiedStartIndex
=
unifiedStartIndex
;
MtpDeviceIndexRunnable.java
111
int nextUnifiedEntry,
unifiedStartIndex
, numBucketObjects, unifiedEndIndex, itemsStartIndex;
121
unifiedStartIndex
= currentUnifiedIndexEntry;
130
buckets[i] = new DateBucket(bucketTemp.getKey(),
unifiedStartIndex
, unifiedEndIndex,
Completed in 50 milliseconds