OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/java/com/android/server/location/
LocationBasedCountryDetector.java
115
Location
lastKnownLocation
= mLocationManager.getLastKnownLocation(provider);
116
if (
lastKnownLocation
!= null) {
119
lastKnownLocation
.getElapsedRealtimeNanos()) {
120
bestLocation =
lastKnownLocation
;
/frameworks/base/services/java/com/android/server/
TwilightService.java
427
final Location
lastKnownLocation
=
430
if (location == null || (
lastKnownLocation
!= null &&
432
lastKnownLocation
.getElapsedRealtimeNanos())) {
433
location =
lastKnownLocation
;
Completed in 56 milliseconds