OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BearingDistanceCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/java/android/location/
Location.java
105
private static ThreadLocal<
BearingDistanceCache
> sBearingDistanceCache
106
= new ThreadLocal<
BearingDistanceCache
>() {
108
protected
BearingDistanceCache
initialValue() {
109
return new
BearingDistanceCache
();
311
double lat2, double lon2,
BearingDistanceCache
results) {
434
BearingDistanceCache
cache = sBearingDistanceCache.get();
455
BearingDistanceCache
cache = sBearingDistanceCache.get();
476
BearingDistanceCache
cache = sBearingDistanceCache.get();
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 40 milliseconds