Searched refs:newLocation (Results 1 – 6 of 6) sorted by relevance
326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() argument329 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() argument664 expectLocation = newLocation; in expectLocationChanged()667 public void expectLocationChanged(String newLocation, boolean permanent) { in expectLocationChanged() argument669 expectLocation = newLocation; in expectLocationChanged()
290 Location newLocation = stripExtras(location); in stripExtras() local292 mapped.add(newLocation); in stripExtras()293 } else if (newLocation != location) { in stripExtras()303 mapped.add(newLocation); in stripExtras()
435 Location newLocation = stripExtras(location); in stripExtras() local437 mapped.add(newLocation); in stripExtras()438 } else if (newLocation != location) { in stripExtras()448 mapped.add(newLocation); in stripExtras()
1125 var newLocation = resolveLocationForFading() in updateHostAttachment() variable1130 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()
1054 fun onLocationPreChange(@MediaLocation newLocation: Int) { in <lambda>()1055 obtainViewStateForLocation(newLocation)?.let { layoutController.setMeasureState(it) } in <lambda>()
286 Location newLocation = function.apply(location); in map() local288 mapped.add(newLocation); in map()289 } else if (newLocation != location) { in map()294 mapped.add(newLocation); in map()