Searched defs:updateLocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java53 void updateLocation(Location location); method in interface:LocationProviderInterface
H A DPassiveProvider.java133 public void updateLocation(Location location) { method in class:PassiveProvider
H A DLocationProviderProxy.java424 public void updateLocation(Location location) { method in class:LocationProviderProxy
429 provider.updateLocation(location);
H A DMockProvider.java211 public void updateLocation(Location location) { method in class:MockProvider
H A DGpsLocationProvider.java613 public void updateLocation(Location location) { method in class:GpsLocationProvider
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1445 private void update(View anchor, boolean updateLocation, int xoff, int yoff, argument
1453 final boolean needsUpdate = updateLocation && (mAnchorXoff != xoff || mAnchorYoff != yoff);
1480 if (updateLocation) {

Completed in 77 milliseconds