Home
last modified time | relevance | path

Searched refs:newLocation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DLegacyLocationProvider.java140 public void onLocationChanged(Location newLocation) { in onLocationChanged() argument
141 if (newLocation.getLatitude() == 0.0 in onLocationChanged()
142 && newLocation.getLongitude() == 0.0) { in onLocationChanged()
149 mLastLocation.set(newLocation); in onLocationChanged()
/packages/apps/LegacyCamera/src/com/android/camera/
DLocationManager.java133 public void onLocationChanged(Location newLocation) { in onLocationChanged() argument
134 if (newLocation.getLatitude() == 0.0 in onLocationChanged()
135 && newLocation.getLongitude() == 0.0) { in onLocationChanged()
148 mLastLocation.set(newLocation); in onLocationChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBarsLocationAnimatorHelper.kt105 newLocation: BubbleBarLocation, in getBubbleBarLocationInAnimator()
113 val onLeft = newLocation.isOnLeft(bubbleBarView.isLayoutRtl) in getBubbleBarLocationInAnimator()
116 if (newLocation == currentLocation) { in getBubbleBarLocationInAnimator()