Home
last modified time | relevance | path

Searched refs:desiredLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt238 @MediaLocation private var desiredLocation = -1 variable
255 desiredLocation == LOCATION_COMMUNAL_HUB ||
256 (previousLocation == LOCATION_COMMUNAL_HUB && desiredLocation == LOCATION_QS)
668 if (mediaObject.location == desiredLocation) { in register()
671 desiredLocation = -1 in register()
719 val desiredLocation = calculateLocation() in updateDesiredLocation() constant
721 desiredLocation != this.desiredLocation || forceStateUpdate && !blockLocationChanges in updateDesiredLocation()
723 if (this.desiredLocation >= 0 && desiredLocation != this.desiredLocation) { in updateDesiredLocation()
725 previousLocation = this.desiredLocation in updateDesiredLocation()
731 desiredLocation == LOCATION_QS && in updateDesiredLocation()
[all …]
DMediaCarouselController.kt168 @MediaLocation private var desiredLocation: Int = -1 in <lambda>() variable
379 if (location == desiredLocation) { in <lambda>()
380 onDesiredLocationChanged(desiredLocation, mediaHostState, animate = false) in <lambda>()
1343 desiredLocation: Int, in <lambda>()
1351 if (this.desiredLocation != desiredLocation) { in <lambda>()
1353 bgExecutor.execute { logger.logCarouselPosition(desiredLocation) } in <lambda>()
1357 this.desiredLocation = desiredLocation in <lambda>()
1378 mediaPlayer.mediaViewController.onLocationPreChange(desiredLocation) in <lambda>()
1389 controller.onLocationPreChange(desiredLocation) in <lambda>()
1589 println("location: $desiredLocation") in <lambda>()