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

  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ViewAutoScroller.java 52 private @Nullable Point mLastLocation;
79 mLastLocation = null;
85 mLastLocation = location;
93 if (VERBOSE) Log.v(TAG, "Current location @ " + mLastLocation);
104 if (DEBUG) checkState(mLastLocation != null);
106 if (VERBOSE) Log.v(TAG, "Running in background using event location @ " + mLastLocation);
118 if (mLastLocation.y <= verticalThreshold) {
119 pixelsPastView = mLastLocation.y - verticalThreshold;
120 } else if (mLastLocation.y >= mHost.getViewHeight()
122 pixelsPastView = mLastLocation.y - mHost.getViewHeight(
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
TwilightServiceTest.java 50 assertEquals(mTwilightService.mLastLocation, validLocation);
58 assertEquals(mTwilightService.mLastLocation, mInitialLocation);
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 130 Location mLastLocation;
136 mLastLocation = new Location(mProvider);
149 mLastLocation.set(newLocation);
175 return mValid ? mLastLocation : null;
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 123 Location mLastLocation;
129 mLastLocation = new Location(mProvider);
148 mLastLocation.set(newLocation);
178 return mValid ? mLastLocation : null;
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 69 protected Location mLastLocation;
203 mLastLocation = null;
209 final Location location = mLastLocation != null ? mLastLocation
259 mLastLocation = location;
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorsProxy.java 61 private Location mLastLocation;
104 mLastLocation = location;
340 populateLocationCarSensorEvent(event, mLastLocation);
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 221 private final HashMap<String, Location> mLastLocation = new HashMap<>();
223 // same as mLastLocation, but is not updated faster than LocationFudger.FASTEST_INTERVAL_MS.
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 180 milliseconds