Home
last modified time | relevance | path

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

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() argument
329 newLocation + " permanent " + permanent); in locationChanged()
340 if (expectLocation.equals(newLocation)) { in locationChanged()
344 " got:"+newLocation); in locationChanged()
662 public void expectLocationChanged(String newLocation) { in expectLocationChanged() argument
664 expectLocation = newLocation; in expectLocationChanged()
667 public void expectLocationChanged(String newLocation, boolean permanent) { in expectLocationChanged() argument
669 expectLocation = newLocation; in expectLocationChanged()
/frameworks/base/location/java/android/location/provider/
DLocationProviderBase.java290 Location newLocation = stripExtras(location); in stripExtras() local
292 mapped.add(newLocation); in stripExtras()
293 } else if (newLocation != location) { in stripExtras()
303 mapped.add(newLocation); in stripExtras()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java435 Location newLocation = stripExtras(location); in stripExtras() local
437 mapped.add(newLocation); in stripExtras()
438 } else if (newLocation != location) { in stripExtras()
448 mapped.add(newLocation); in stripExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt1125 var newLocation = resolveLocationForFading() in updateHostAttachment() variable
1130 getHost(newLocation)?.visible == true && in updateHostAttachment()
1131 getHost(newLocation)?.hostView?.isShown == false && in updateHostAttachment()
1132 newLocation != desiredLocation in updateHostAttachment()
1140 newLocation = if (inOverlay) IN_OVERLAY else newLocation in updateHostAttachment()
1141 if (currentAttachmentLocation != newLocation) { in updateHostAttachment()
1142 currentAttachmentLocation = newLocation in updateHostAttachment()
1151 val targetHost = getHost(newLocation)!!.hostView in updateHostAttachment()
1166 newLocation, in updateHostAttachment()
1167 getHost(newLocation), in updateHostAttachment()
DMediaViewController.kt1054 fun onLocationPreChange(@MediaLocation newLocation: Int) { in <lambda>()
1055 obtainViewStateForLocation(newLocation)?.let { layoutController.setMeasureState(it) } in <lambda>()
/frameworks/base/location/java/android/location/
DLocationResult.java286 Location newLocation = function.apply(location); in map() local
288 mapped.add(newLocation); in map()
289 } else if (newLocation != location) { in map()
294 mapped.add(newLocation); in map()