OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallItem
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java
83
private static final Comparator<
SmallItem
> sDateComparator =
86
private static class DateComparator implements Comparator<
SmallItem
> {
88
public int compare(
SmallItem
item1,
SmallItem
item2) {
102
final
SmallItem
[] buf = new
SmallItem
[total];
109
SmallItem
s = new
SmallItem
();
119
ArrayList<
SmallItem
> items = new ArrayList<
SmallItem
>(total)
[
all
...]
LocationClustering.java
42
private ArrayList<ArrayList<
SmallItem
>> mClusters;
56
private static class
SmallItem
{
70
final
SmallItem
[] buf = new
SmallItem
[total];
77
SmallItem
s = new
SmallItem
();
86
final ArrayList<
SmallItem
> withLatLong = new ArrayList<
SmallItem
>();
87
final ArrayList<
SmallItem
> withoutLatLong = new ArrayList<
SmallItem
>();
[
all
...]
Completed in 448 milliseconds