Home
last modified time | relevance | path

Searched refs:newLocation (Results 1 – 3 of 3) 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/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt541 val newLocation = if (inOverlay) IN_OVERLAY else desiredLocation in updateHostAttachment() constant
542 if (currentAttachmentLocation != newLocation) { in updateHostAttachment()
543 currentAttachmentLocation = newLocation in updateHostAttachment()
DMediaViewController.kt397 fun onLocationPreChange(@MediaLocation newLocation: Int) { in <lambda>()
398 obtainViewStateForLocation(newLocation)?.let { in <lambda>()