OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_LATITUDE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java
44
private static final int
INDEX_LATITUDE
= 3;
105
latitude = cursor.getDouble(
INDEX_LATITUDE
);
137
latitude = uh.update(latitude, cursor.getDouble(
INDEX_LATITUDE
));
LocalImage.java
60
private static final int
INDEX_LATITUDE
= 3;
137
latitude = cursor.getDouble(
INDEX_LATITUDE
);
156
latitude = uh.update(latitude, cursor.getDouble(
INDEX_LATITUDE
));
Completed in 24 milliseconds