HomeSort by relevance Sort by last modified time
    Searched refs:lastKnownLocation (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 81 private Point lastKnownLocation;
90 lastKnownLocation = new Point();
116 lastKnownLocation = new Point();
146 lastKnownLocation.x = lastKnownLocation.y = 0;
167 int actualX = lastKnownLocation.x;
168 int actualY = component.getHeight() - lastKnownLocation.y;
264 lastKnownLocation.x = arg0.getX();
265 lastKnownLocation.y = arg0.getY();
271 int dx = arg0.getX() - lastKnownLocation.x
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
LocationBasedCountryDetector.java 128 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider);
129 if (lastKnownLocation != null) {
132 lastKnownLocation.getElapsedRealtimeNanos()) {
133 bestLocation = lastKnownLocation;
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 325 final Location lastKnownLocation =
328 if (location == null || (lastKnownLocation != null &&
330 lastKnownLocation.getElapsedRealtimeNanos())) {
331 location = lastKnownLocation;

Completed in 1059 milliseconds